1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

ensure loader patterns everywhere

This commit is contained in:
bbedward
2025-08-13 14:06:12 -04:00
parent f64dd538d5
commit 141dd7c66b
8 changed files with 224 additions and 103 deletions

View File

@@ -89,7 +89,7 @@ DankModal {
target: "spotlight"
}
content: Component {
property Component spotlightContent: Component {
Item {
id: spotlightKeyHandler
@@ -846,4 +846,6 @@ DankModal {
}
}
}
content: spotlightContent
}