mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-02 02:22:06 -04:00
some more simplifications and bug fixes
This commit is contained in:
@@ -338,10 +338,9 @@ Item {
|
||||
screen: root.screen
|
||||
visible: false
|
||||
color: "transparent"
|
||||
Component.onCompleted: {
|
||||
if (typeof updatesEnabled !== "undefined" && !root.overlayContent)
|
||||
updatesEnabled = false;
|
||||
}
|
||||
// When there's no overlay to render, skip buffer updates. Re-evaluates if
|
||||
// overlayContent is assigned later (e.g., via a dispatcher forwarding it).
|
||||
updatesEnabled: root.overlayContent !== null
|
||||
|
||||
WlrLayershell.namespace: root.layerNamespace + ":background"
|
||||
WlrLayershell.layer: WlrLayershell.Top
|
||||
|
||||
Reference in New Issue
Block a user