From b637481178bf75c6a447ae9bd82a77c3811061ec Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 20 Sep 2024 22:58:25 +0200 Subject: [PATCH] Update MavlinkChoiceElement2.qml --- qml/ui/sidebar/MavlinkChoiceElement2.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/ui/sidebar/MavlinkChoiceElement2.qml b/qml/ui/sidebar/MavlinkChoiceElement2.qml index 962155e4d..41119033a 100644 --- a/qml/ui/sidebar/MavlinkChoiceElement2.qml +++ b/qml/ui/sidebar/MavlinkChoiceElement2.qml @@ -287,6 +287,6 @@ BaseJoyEditElement2{ } update_display_text(curr_bandwidth_mhz); m_param_exists=true; + } } - -} +} \ No newline at end of file