fix status icons visibility in fullscreen + wrong property name

This commit is contained in:
2026-08-17 13:24:08 +02:00
parent a6c1985bff
commit abb180c947
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -138,6 +138,7 @@ GridLayout {
delegate: EntryWrapper { delegate: EntryWrapper {
StatusIcons { StatusIcons {
horizontal: root.horizontal horizontal: root.horizontal
visible: !root.fullscreen || root.isHovered
} }
} }
} }
+1 -1
View File
@@ -79,7 +79,7 @@ Item {
sourceComponent: Bar { sourceComponent: Bar {
fullscreen: root.fullscreen fullscreen: root.fullscreen
height: root.contentHeight height: root.contentThickness
horizontal: root.horizontal horizontal: root.horizontal
isHovered: root.isHovered isHovered: root.isHovered
popouts: root.popouts popouts: root.popouts