mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
fix undefined modal warnings
This commit is contained in:
@@ -273,8 +273,8 @@ Item {
|
||||
anchors {
|
||||
left: true
|
||||
top: true
|
||||
right: root.useSingleWindow ? true : undefined
|
||||
bottom: root.useSingleWindow ? true : undefined
|
||||
right: root.useSingleWindow
|
||||
bottom: root.useSingleWindow
|
||||
}
|
||||
|
||||
WlrLayershell.margins {
|
||||
|
||||
Reference in New Issue
Block a user