Fix reappearing elements that should be hidden from DJI

This fixes an issue where changing the OSD layout will ignore the DJI **Hide unsupported elements** toggle.

Fixes #1554
pull/1555/head
Darren Lines 2 years ago
parent 2ea16bdddf
commit 125b21734e

@ -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 {

Loading…
Cancel
Save