Fix Window Restoring on Mac

This commit is contained in:
Yuri Becker
2025-03-11 09:28:59 +01:00
parent 0834ee8905
commit 469b8d0a21
11 changed files with 119 additions and 0 deletions

View File

@@ -150,6 +150,14 @@ ApplicationWindow
}
}
onWindowStateChanged: {
if (windowState !== Qt.WindowMinimized)
{
systray.setVisible(false)
appWindow.show()
}
}
onClosing: (close) =>
{
if (false)