Bause button hidden when game paused to show confirm quit dialog
[chessclock] / qml / ClocksPage.qml
index a8a8d4f..6ba9c7b 100644 (file)
@@ -70,6 +70,7 @@ Page
             onClicked:
             {
                 wrappedClocksWidget.pause()
+                pauseButton.visible = false
                 confirmationDialog.open()
             }
         }