Skip to content

Commit

Permalink
Update MavlinkChoiceElement2.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 1, 2024
1 parent a6e0bb9 commit 51832fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qml/ui/sidebar/MavlinkChoiceElement2.qml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ BaseJoyEditElement2{
}

function open_choices_menu(clickable){
// if(!m_param_exists){
// _qopenhd.show_toast("N/A");
// return;
// }
if(!m_param_exists){
_qopenhd.show_toast("N/A");
return;
}
if(m_settings_model.ui_is_busy){
_qopenhd.show_toast("Busy, please try again later");
return;
Expand Down

0 comments on commit 51832fe

Please sign in to comment.