Small tweaks and improvements.

This commit is contained in:
Black Hat
2018-09-14 12:16:25 +08:00
parent 816380e9d0
commit 5e3570d210
5 changed files with 15 additions and 16 deletions

View File

@@ -33,16 +33,12 @@ ApplicationWindow {
Controller {
id: matriqueController
onToggleWindow: {
console.log("Activating window...")
if (window.visible) {
window.hide()
} else {
window.show()
window.raise()
window.requestActivate()
}
onShowWindow: {
window.show()
window.raise()
window.requestActivate()
}
onHideWindow: window.hide()
}
AccountListModel {