diff --git a/resources/osd/analogue/bold.png b/resources/osd/analogue/bold.png index e2873442..47bcfb48 100644 Binary files a/resources/osd/analogue/bold.png and b/resources/osd/analogue/bold.png differ diff --git a/resources/osd/analogue/clarity.png b/resources/osd/analogue/clarity.png index 8f895657..71e9567f 100644 Binary files a/resources/osd/analogue/clarity.png and b/resources/osd/analogue/clarity.png differ diff --git a/resources/osd/analogue/clarity_medium.png b/resources/osd/analogue/clarity_medium.png index 75a80720..01c84cf7 100644 Binary files a/resources/osd/analogue/clarity_medium.png and b/resources/osd/analogue/clarity_medium.png differ diff --git a/resources/osd/analogue/default.png b/resources/osd/analogue/default.png index 8959b220..c72f6b09 100644 Binary files a/resources/osd/analogue/default.png and b/resources/osd/analogue/default.png differ diff --git a/resources/osd/analogue/impact.png b/resources/osd/analogue/impact.png index e6e0167f..bb376637 100644 Binary files a/resources/osd/analogue/impact.png and b/resources/osd/analogue/impact.png differ diff --git a/resources/osd/analogue/impact_mini.png b/resources/osd/analogue/impact_mini.png index 636f150f..1247a4e6 100644 Binary files a/resources/osd/analogue/impact_mini.png and b/resources/osd/analogue/impact_mini.png differ diff --git a/resources/osd/analogue/large.png b/resources/osd/analogue/large.png index 2b714f3a..7c252e17 100644 Binary files a/resources/osd/analogue/large.png and b/resources/osd/analogue/large.png differ diff --git a/resources/osd/analogue/vision.png b/resources/osd/analogue/vision.png index 38e3fc30..24682ee9 100644 Binary files a/resources/osd/analogue/vision.png and b/resources/osd/analogue/vision.png differ diff --git a/tabs/osd.js b/tabs/osd.js index 6a85d53f..d144ef30 100644 --- a/tabs/osd.js +++ b/tabs/osd.js @@ -1001,7 +1001,7 @@ OSD.constants = { }, { name: 'MULTI FUNCTION STATUS', - id: 142, + id: 144, min_version: '6.0.0', preview: '0 WARNINGS' } @@ -2163,7 +2163,7 @@ OSD.updateDisplaySize = function () { $('.third_left').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT')) $('.preview').toggleClass('preview_bfhdcompat cut43_left', (video_type == 'BFHDCOMPAT')) $('.third_right').toggleClass('preview_bfhdcompat_side', (video_type == 'BFHDCOMPAT')) - + OSD.GUI.updateGuidesView($('#videoGuides').find('input').is(':checked')); }; @@ -3111,7 +3111,7 @@ TABS.osd.initialize = function (callback) { chrome.storage.local.get('showOSDGuides', function (result) { if (typeof result.showOSDGuides !== 'undefined') { isGuidesChecked = result.showOSDGuides; - } + } }); // Setup switch indicators @@ -3363,7 +3363,7 @@ function refreshOSDSwitchIndicators() { function updatePilotAndCraftNames() { let foundPilotName = ($('#pilot_name').val() == undefined); let foundCraftName = ($('#craft_name').val() == undefined); - + let generalGroup = OSD.constants.ALL_DISPLAY_GROUPS.filter(function(e) { return e.name == "osdGroupGeneral"; })[0]; @@ -3415,7 +3415,7 @@ function updatePanServoPreview() { let servoRules = SERVO_RULES; $('#panServoOutput option').each(function() { let servoIndex = $(this).val(); - + if (servoIndex === "0") { $(this).text("OFF"); } else {