Skip to content

Commit 61737f4

Browse files
authored
Merge pull request #1555 from iNavFlight/MrD_Fix-reappearing-DJI-hidden-elements-when-switching-OSD-layouts
Fix reappearing DJI unsupported elements when switching OSD layouts
2 parents 2ea16bd + 125b217 commit 61737f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tabs/osd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,6 +2787,7 @@ OSD.GUI.updateAll = function() {
27872787
layouts.on('change', function() {
27882788
OSD.updateSelectedLayout(parseInt(layouts.val()));
27892789
OSD.GUI.updateFields();
2790+
OSD.GUI.updateDjiView($('#djiUnsupportedElements').find('input').is(':checked'));
27902791
OSD.GUI.updatePreviews();
27912792
});
27922793
} else {

0 commit comments

Comments
 (0)