Now about page is good. Fixed BUG with play of bells

This commit is contained in:
2017-08-23 12:02:27 +02:00
parent 01d5dd2f9c
commit 08cca3e186
9 changed files with 186 additions and 55 deletions

5
qml/pages/js/helpers.js Normal file
View File

@ -0,0 +1,5 @@
function pushPresetListPage() {
if (settings.presetsList().length > 0) {
pageStack.pushAttached(Qt.resolvedUrl("../PresetList.qml"))
}
}