Skip to content

Commit

Permalink
Fix video system selection for MSP
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 29, 2022
1 parent c3a81ca commit 3438166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/osd.js
Expand Up @@ -2870,7 +2870,7 @@ osd.initialize = function(callback) {
}
}

if (!OSD.data.state.haveMax7456Configured) {
if (!(OSD.data.state.haveMax7456Configured || OSD.data.flags === 1)) {
$('.requires-max7456').hide();
}

Expand Down

0 comments on commit 3438166

Please sign in to comment.