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
@@ -45,7 +45,7 @@ Variants {
screen: modelData
WlrLayershell.namespace: "noctalia-notifications"
WlrLayershell.layer: (Settings.data.notifications && Settings.data.notifications.alwaysOnTop) ? WlrLayer.Overlay : WlrLayer.Top
WlrLayershell.layer: (Settings.data.notifications && Settings.data.notifications.overlayLayer) ? WlrLayer.Overlay : WlrLayer.Top
color: Color.transparent