From 0eb47cc0de2bdec25f1f44217e477abca2953d0f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 16 Aug 2010 16:09:58 +0200 Subject: Hide victory button when restarting. --- animals/memory.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/animals/memory.qml b/animals/memory.qml index c9be784..b510545 100644 --- a/animals/memory.qml +++ b/animals/memory.qml @@ -96,6 +96,7 @@ Rectangle { TapAndHold { onFinished: { console.log("restart"); + victoryText.visible = false; MemoryLogic.reset(); } } -- cgit v1.2.3