Skip to content

Commit

Permalink
Update LinkQuickPanel.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 23, 2024
1 parent 3c9c541 commit 67f215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/configpopup/openhd_settings/LinkQuickPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Rectangle{
// Change the freuquency
dialoqueFreqChangeAirGnd.initialize_and_show_frequency(frequency_mhz);
}
// enabled: _ohdSystemGround.is_alive && _ohdSystemGround.wb_gnd_operating_mode==0;
enabled: _ohdSystemGround.is_alive && _ohdSystemGround.wb_gnd_operating_mode==0;
}
TabBar {
id: filter_tab_bar
Expand Down

0 comments on commit 67f215d

Please sign in to comment.