1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 21:05:28 +03:00

Update fonts

This commit is contained in:
breadoven 2023-08-29 20:40:33 +01:00
parent 4a82a9a008
commit cfe35cf1c4
9 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

View file

@ -1001,7 +1001,7 @@ OSD.constants = {
}, },
{ {
name: 'MULTI FUNCTION STATUS', name: 'MULTI FUNCTION STATUS',
id: 142, id: 144,
min_version: '6.0.0', min_version: '6.0.0',
preview: '0 WARNINGS' preview: '0 WARNINGS'
} }
@ -2163,7 +2163,7 @@ OSD.updateDisplaySize = function () {
$('.third_left').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT')) $('.third_left').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT'))
$('.preview').toggleClass('preview_bfhdcompat cut43_left', (video_type == 'BFHDCOMPAT')) $('.preview').toggleClass('preview_bfhdcompat cut43_left', (video_type == 'BFHDCOMPAT'))
$('.third_right').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT')) $('.third_right').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT'))
OSD.GUI.updateGuidesView($('#videoGuides').find('input').is(':checked')); OSD.GUI.updateGuidesView($('#videoGuides').find('input').is(':checked'));
}; };
@ -3111,7 +3111,7 @@ TABS.osd.initialize = function (callback) {
chrome.storage.local.get('showOSDGuides', function (result) { chrome.storage.local.get('showOSDGuides', function (result) {
if (typeof result.showOSDGuides !== 'undefined') { if (typeof result.showOSDGuides !== 'undefined') {
isGuidesChecked = result.showOSDGuides; isGuidesChecked = result.showOSDGuides;
} }
}); });
// Setup switch indicators // Setup switch indicators
@ -3363,7 +3363,7 @@ function refreshOSDSwitchIndicators() {
function updatePilotAndCraftNames() { function updatePilotAndCraftNames() {
let foundPilotName = ($('#pilot_name').val() == undefined); let foundPilotName = ($('#pilot_name').val() == undefined);
let foundCraftName = ($('#craft_name').val() == undefined); let foundCraftName = ($('#craft_name').val() == undefined);
let generalGroup = OSD.constants.ALL_DISPLAY_GROUPS.filter(function(e) { let generalGroup = OSD.constants.ALL_DISPLAY_GROUPS.filter(function(e) {
return e.name == "osdGroupGeneral"; return e.name == "osdGroupGeneral";
})[0]; })[0];
@ -3415,7 +3415,7 @@ function updatePanServoPreview() {
let servoRules = SERVO_RULES; let servoRules = SERVO_RULES;
$('#panServoOutput option').each(function() { $('#panServoOutput option').each(function() {
let servoIndex = $(this).val(); let servoIndex = $(this).val();
if (servoIndex === "0") { if (servoIndex === "0") {
$(this).text("OFF"); $(this).text("OFF");
} else { } else {