This commit is contained in:
2025-03-11 09:29:32 +01:00
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)