mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
re-enable layer
This commit is contained in:
@@ -82,7 +82,7 @@ PanelWindow {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: contentContainer
|
id: contentContainer
|
||||||
layer.enabled: false
|
layer.enabled: true
|
||||||
|
|
||||||
readonly property real screenWidth: root.screen ? root.screen.width : 1920
|
readonly property real screenWidth: root.screen ? root.screen.width : 1920
|
||||||
readonly property real screenHeight: root.screen ? root.screen.height : 1080
|
readonly property real screenHeight: root.screen ? root.screen.height : 1080
|
||||||
|
|||||||
Reference in New Issue
Block a user