Tweak UI.

This commit is contained in:
Black Hat
2018-02-27 19:37:53 +08:00
parent 5b1047ed98
commit fd5afa267c
4 changed files with 59 additions and 70 deletions

View File

@@ -19,6 +19,8 @@ ApplicationWindow {
Controller {
id: controller
onIsLoginChanged: console.log("Status:", isLogin)
}
Settings {
@@ -136,8 +138,4 @@ ApplicationWindow {
}
}
Component.onCompleted: {
controller.init()
}
}