1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 05:55:37 -05:00

fix enum ref

This commit is contained in:
bbedward
2025-08-05 07:28:52 -04:00
parent 7021061ffd
commit 4bf525ce0d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import qs.Widgets
PanelWindow {
id: dock
WlrLayershell.layer: WlrLayershell.TopLayer
WlrLayershell.layer: WlrLayershell.Top
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None

View File

@@ -58,7 +58,7 @@ PanelWindow {
}
visible: hasValidData
WlrLayershell.layer: notificationData && notificationData.urgency === NotificationUrgency.Critical ? WlrLayershell.Overlay : WlrLayershell.TopLayer
WlrLayershell.layer: notificationData && notificationData.urgency === NotificationUrgency.Critical ? WlrLayershell.Overlay : WlrLayershell.Top
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
color: "transparent"