Committing changes to main
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,7 +151,8 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
onWindowStateChanged: {
|
||||
onWindowStateChanged: (windowState) =>
|
||||
{
|
||||
if (windowState !== Qt.WindowMinimized)
|
||||
{
|
||||
systray.setVisible(false)
|
||||
|
||||
Reference in New Issue
Block a user