aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index c1926e5..19c968f 100644
--- a/main.qml
+++ b/main.qml
@@ -114,7 +114,6 @@ Application {
id: resetButton
iconName: "ios-refresh"
visible: mainPage.state === "paused"
- edge: Qt.TopEdge
onClicked: elapsed.value = -1
}
}