1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-04 03:22:12 -04:00

launcher: some polishes for blur

This commit is contained in:
bbedward
2026-03-31 11:04:18 -04:00
parent 352ba77677
commit 0a97df6d49
3 changed files with 7 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ DankPopout {
QtObject {
id: modalAdapter
property bool spotlightOpen: appDrawerPopout.shouldBeVisible
property bool isClosing: false
readonly property bool isClosing: !appDrawerPopout.shouldBeVisible
function hide() {
appDrawerPopout.close();