summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--animals/memory.qml1
1 files changed, 1 insertions, 0 deletions
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();
}
}