Unverified Commit 84b5a3e6 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7914 from Aeronavics/FixEasterEgg

Fix EasterEgg
parents 28c41ce6 6f71f323
......@@ -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