Skip to content

Commit

Permalink
Flow settings OSD -> Widgets first, remove record widget (merged into…
Browse files Browse the repository at this point in the history
… video widget), add categorizer and re-order osd widget on / off settings
  • Loading branch information
Consti10 committed Nov 6, 2023
1 parent c330b72 commit 2254f0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion qml/ui/HUDOverlayGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ Item {
// --------------------------------------------------------------------------
LinkDownRSSIWidget {
id: downlink
m_next_item: record_video_widget
}
WBLinkRateControlWidget{
id: wBLinkRateControlWidget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ScrollView {
}
SettingBaseElement{
m_short_description: "Show video widget"
m_long_description: "More stats about each camera stream and quick resolution changes."
m_long_description: "More stats about each camera stream, quick resolution changes and quick air recording."
Switch {
width: 32
height: elementHeight
Expand Down
8 changes: 0 additions & 8 deletions qml/ui/widgets/BaseWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ BaseWidgetForm {
property bool disable_dragging: false
// ---------------------------------------------------------------------
// Custom keyboard KeyNavigation
// Must be also of type BaseWidget
property var m_next_item:
// DIRTY
function dirty_open_action_popup(){
widgetAction.open()
Expand Down Expand Up @@ -155,12 +153,6 @@ BaseWidgetForm {
// TODO: Go to the next item
}
}
function set_focus_next_item(){
if(m_next_item==undefined){
console.log("Next item undefined")
return;
}
}

//layer.enabled: false

Expand Down

0 comments on commit 2254f0f

Please sign in to comment.