Commit 6f71f323 authored by Pierre TILAK's avatar Pierre TILAK

Fix EasterEgg

parent 214529d9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment