diff --git a/qml/ui/sidebar/MavlinkChoiceElement2.qml b/qml/ui/sidebar/MavlinkChoiceElement2.qml index e7bb6d387..120a85697 100644 --- a/qml/ui/sidebar/MavlinkChoiceElement2.qml +++ b/qml/ui/sidebar/MavlinkChoiceElement2.qml @@ -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;