Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tabs/osd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabs/osd.js b/tabs/osd.js
index 8c3757cc..b789095e 100644
--- a/tabs/osd.js
+++ b/tabs/osd.js
@@ -2787,6 +2787,7 @@ OSD.GUI.updateAll = function() {
layouts.on('change', function() {
OSD.updateSelectedLayout(parseInt(layouts.val()));
OSD.GUI.updateFields();
+ OSD.GUI.updateDjiView($('#djiUnsupportedElements').find('input').is(':checked'));
OSD.GUI.updatePreviews();
});
} else {