Skip to content

Commit

Permalink
Convert to new indicator drawer code
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 7, 2025
1 parent 6f40de4 commit cd931c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/MainRootWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ ApplicationWindow {
//-- Critical Vehicle Message Popup

function showCriticalVehicleMessage(message) {
indicatorPopup.close()
closeIndicatorDrawer()
if (criticalVehicleMessagePopup.visible || QGroundControl.videoManager.fullScreen) {
// We received additional wanring message while an older warning message was still displayed.
// When the user close the older one drop the message indicator tool so they can see the rest of them.
Expand Down

0 comments on commit cd931c4

Please sign in to comment.