OSD: add always on top setting

Notification: add always on top setting
This commit is contained in:
lysec
2025-10-21 15:34:42 +02:00
parent fc2f7f2122
commit 7fcf54a9d3
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ Item {
color: Color.transparent
WlrLayershell.layer: WlrLayer.Overlay
WlrLayershell.layer: (Settings.data.notifications && Settings.data.notifications.overlayLayer) ? WlrLayer.Overlay : WlrLayer.Top
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
exclusionMode: PanelWindow.ExclusionMode.Ignore