From 51832fefd16c0ad6c78551047df939c80967a276 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:30:15 +0100 Subject: [PATCH] Update MavlinkChoiceElement2.qml --- qml/ui/sidebar/MavlinkChoiceElement2.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;