Avatar change working

This commit is contained in:
miruka
2019-07-15 16:14:08 -04:00
parent 751a27157c
commit 62056b6124
11 changed files with 171 additions and 33 deletions

View File

@@ -18,10 +18,11 @@ ApplicationWindow {
property bool ready: false
Component.onCompleted: {
Qt.application.name = "harmonyqml"
Qt.application.displayName = "Harmony QML"
Qt.application.version = "0.1.0"
window.ready = true
Qt.application.organization = "harmonyqml"
Qt.application.name = "harmonyqml"
Qt.application.displayName = "Harmony QML"
Qt.application.version = "0.1.0"
window.ready = true
}
Theme { id: theme }