Fix Window Restoring on Mac
This commit is contained in:
@@ -150,6 +150,14 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
onWindowStateChanged: {
|
||||
if (windowState !== Qt.WindowMinimized)
|
||||
{
|
||||
systray.setVisible(false)
|
||||
appWindow.show()
|
||||
}
|
||||
}
|
||||
|
||||
onClosing: (close) =>
|
||||
{
|
||||
if (false)
|
||||
|
||||
Reference in New Issue
Block a user