Add rainbow support.

This commit is contained in:
Black Hat
2018-07-11 16:07:04 +08:00
parent 65ff905a7c
commit afc901b017
2 changed files with 37 additions and 29 deletions

View File

@@ -28,16 +28,18 @@ ApplicationWindow {
property alias token: matriqueController.token
}
// Platform.SystemTrayIcon {
// visible: true
// iconSource: "qrc:/asset/img/icon.png"
// Platform.SystemTrayIcon {
// id: trayIcon
// onActivated: {
// window.show()
// window.raise()
// window.requestActivate()
// }
// }
// visible: true
// iconSource: "qrc:/asset/img/icon.png"
// onActivated: {
// window.show()
// window.raise()
// window.requestActivate()
// }
// }
Controller {
id: matriqueController