Update fonts
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
10
tabs/osd.js
|
@ -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 {
|
||||||
|
|