harbour-boxing-timer/qml/pages/js/helpers.js

6 lines
153 B
JavaScript
Raw Normal View History

function pushPresetListPage() {
if (settings.presetsList().length > 0) {
pageStack.pushAttached(Qt.resolvedUrl("../PresetList.qml"))
}
}