Skip to content

Commit

Permalink
improve sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 10, 2023
1 parent 7d71a21 commit 8eeed2a
Show file tree
Hide file tree
Showing 2 changed files with 476 additions and 107 deletions.
6 changes: 3 additions & 3 deletions qml/ui/HUDOverlayGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ Item {
LinkUpRSSIWidget {
id: uplink
}
Sidebar{
id: sidebar
}
// ----------------------------------------------------------------------------
// TODO SORT ME

Expand Down Expand Up @@ -474,6 +471,9 @@ Item {
UAVTimeWiget{
id: uavtimewidget
}
Sidebar{
id: sidebar
}
}

// Extra element - allows customizing the OSD color(s) and more
Expand Down
Loading

0 comments on commit 8eeed2a

Please sign in to comment.