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:
authorPaweł Spychalski <pspychalski@gmail.com>2022-06-21 09:13:09 +0300
committerGitHub <noreply@github.com>2022-06-21 09:13:09 +0300
commit61737f42d69a97491b313af35c6a9fc0a2102c9e (patch)
treefe9624d5a6d3d1c124e9336968e7cc57cac59c1d
parent2ea16bdddf4e68f78a622ad4886ed04b64d54d2b (diff)
parent125b21734ebd5de877b06323a5d6e5a77ce17928 (diff)
Merge pull request #1555 from iNavFlight/MrD_Fix-reappearing-DJI-hidden-elements-when-switching-OSD-layouts5.0.0release_5.0.0
Fix reappearing DJI unsupported elements when switching OSD layouts
-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 {