1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 07:42:09 -04:00

spotlight: restore darken background option

fixes #1126
This commit is contained in:
bbedward
2025-12-23 10:45:11 -05:00
parent 7dbe608c28
commit 777a552b57
4 changed files with 40 additions and 1 deletions

View File

@@ -312,6 +312,8 @@ Singleton {
property int overviewColumns: 5
property real overviewScale: 0.16
property bool modalDarkenBackground: true
property bool lockScreenShowPowerActions: true
property bool lockScreenShowSystemIcons: true
property bool lockScreenShowTime: true

View File

@@ -211,6 +211,8 @@ var SPEC = {
overviewColumns: { def: 5, persist: false },
overviewScale: { def: 0.16, persist: false },
modalDarkenBackground: { def: true },
lockScreenShowPowerActions: { def: true },
lockScreenShowSystemIcons: { def: true },
lockScreenShowTime: { def: true },