Skip to content

Commit

Permalink
Update Panel1Link.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 13, 2024
1 parent e27c409 commit 755d8fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions qml/ui/sidebar/Panel1Link.qml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ SideBarBasePanel{
onGoto_previous: {
sidebar.regain_control_on_sidebar_stack()
}
onGoto_next: {
scan_frequency_element.takeover_control()
}
}
MavlinkChoiceElement2{
id:scan_frequency_element
m_title: "Scan for Air"
m_param_id: mPARAM_ID_FREQUENCY
m_settings_model: _ohdSystemAirSettingsModel
onGoto_previous: {
edit_frequency_element.takeover_control();
}
onGoto_next: {
edit_channel_width_element.takeover_control()
}
Expand Down

0 comments on commit 755d8fb

Please sign in to comment.