Object contact logic implemented
This commit is contained in:
@@ -6,6 +6,7 @@ import QtCore
|
||||
|
||||
ApplicationWindow
|
||||
{
|
||||
//property alias appLoader: appLoader
|
||||
id: appWindow
|
||||
width: Screen.width * .75
|
||||
height: Screen.height * .85
|
||||
@@ -150,6 +151,14 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
onWindowStateChanged: (windowState) => {
|
||||
if (windowState !== Qt.WindowMinimized)
|
||||
{
|
||||
systray.setVisible(false)
|
||||
appWindow.show()
|
||||
}
|
||||
}
|
||||
|
||||
onClosing: (close) =>
|
||||
{
|
||||
if (false)
|
||||
|
||||
Reference in New Issue
Block a user