Committing changes to main

This commit is contained in:
2025-03-12 10:02:42 +01:00
8 changed files with 89 additions and 44 deletions

View File

@@ -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)