Now about page is good. Fixed BUG with play of bells
This commit is contained in:
5
qml/pages/js/helpers.js
Normal file
5
qml/pages/js/helpers.js
Normal file
@ -0,0 +1,5 @@
|
||||
function pushPresetListPage() {
|
||||
if (settings.presetsList().length > 0) {
|
||||
pageStack.pushAttached(Qt.resolvedUrl("../PresetList.qml"))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user