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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user