Browse Source

Fix EasterEgg

QGC4.4
Pierre TILAK 6 years ago
parent
commit
6f71f323a7
  1. 2
      src/ui/toolbar/MainToolBarIndicators.qml

2
src/ui/toolbar/MainToolBarIndicators.qml

@ -28,7 +28,7 @@ Item { @@ -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

Loading…
Cancel
Save