1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

re-enable layer

This commit is contained in:
bbedward
2025-10-01 13:05:28 -04:00
parent 46e16a6c69
commit c13526ccad

View File

@@ -82,7 +82,7 @@ PanelWindow {
Item {
id: contentContainer
layer.enabled: false
layer.enabled: true
readonly property real screenWidth: root.screen ? root.screen.width : 1920
readonly property real screenHeight: root.screen ? root.screen.height : 1080