Now cover is complete.
This commit is contained in:
@ -3,3 +3,11 @@ function pushPresetListPage() {
|
||||
pageStack.pushAttached(Qt.resolvedUrl("../PresetList.qml"))
|
||||
}
|
||||
}
|
||||
|
||||
function playPauseTimer() {
|
||||
if (boxingTimer.isActive) {
|
||||
boxingTimer.status = BoxingTimer.Pause
|
||||
} else {
|
||||
boxingTimer.restore()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user