This commit is contained in:
2024-11-04 13:56:09 +01:00
parent 1fd67a6ee2
commit fb5b23efbb
5 changed files with 108 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ ApplicationWindow
// top: parent.top
// bottom: parent.bottom
// }
source: bad_config? "firststart.qml":"start.qml"
source: bad_config? "firststart.qml":"Start.qml"
property alias window: appWindow
}