1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

spotlight: remove darken bg opt, improve performance

This commit is contained in:
bbedward
2025-12-22 16:07:40 -05:00
parent 080fc7e44e
commit 04648fcca7
6 changed files with 46 additions and 119 deletions

View File

@@ -118,14 +118,12 @@ 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();
}