1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Disable powermenu bg on cc

This commit is contained in:
bbedward
2025-10-03 18:29:06 -04:00
parent 44449e26a0
commit f96e3b04be
2 changed files with 10 additions and 3 deletions

View File

@@ -17,6 +17,14 @@ DankModal {
function openCentered() {
parentBounds = Qt.rect(0, 0, 0, 0)
parentScreen = null
backgroundOpacity = 0.5
open()
}
function openFromControlCenter(bounds, targetScreen) {
parentBounds = bounds
parentScreen = targetScreen
backgroundOpacity = 0
open()
}