Small tweaks and improvements.
This commit is contained in:
14
qml/main.qml
14
qml/main.qml
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user