Allow minimize to tray.

This commit is contained in:
Black Hat
2018-08-19 14:51:09 +08:00
parent 4383dfa5a1
commit 4b2a33493f
4 changed files with 7 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ ApplicationWindow {
Controller {
id: matriqueController
onToggleWindow: window.visible ? window.hide() : window.show()
}
Popup {