From 6f71f323a7d2df14cb860a9fa1587ec28a5307cd Mon Sep 17 00:00:00 2001 From: Pierre TILAK Date: Tue, 15 Oct 2019 16:55:56 +1300 Subject: [PATCH] Fix EasterEgg --- src/ui/toolbar/MainToolBarIndicators.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/toolbar/MainToolBarIndicators.qml b/src/ui/toolbar/MainToolBarIndicators.qml index a0157fe21..1e6845a62 100644 --- a/src/ui/toolbar/MainToolBarIndicators.qml +++ b/src/ui/toolbar/MainToolBarIndicators.qml @@ -28,7 +28,7 @@ Item { _clickCount++ eggTimer.restart() if (_clickCount == 5) { - if(QGroundControl.corePlugin.showAdvancedUI) { + if(!QGroundControl.corePlugin.showAdvancedUI) { advancedModeConfirmation.open() } else { QGroundControl.corePlugin.showAdvancedUI = false -- 2.22.0