New icon. New version 1.0. Now inner timers works
This commit is contained in:
@@ -45,7 +45,11 @@ Page {
|
||||
PullDownMenu {
|
||||
MenuItem {
|
||||
text: qsTr("About")
|
||||
onClicked: pageStack.push(Qt.resolvedUrl("AboutPage.qml"))
|
||||
onClicked: {
|
||||
boxingTimer.status = BoxingTimer.Pause
|
||||
|
||||
pageStack.push(Qt.resolvedUrl("AboutPage.qml"))
|
||||
}
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
|
Reference in New Issue
Block a user