1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

Keep SpotlightModal always loaded.

Tbh, probably minimal impact on memory - makes app launching snappier.
This commit is contained in:
bbedward
2025-09-30 17:07:57 -04:00
parent acf6e72f35
commit d67bcb66c9
2 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ DankModal {
borderColor: Theme.outlineMedium
borderWidth: 1
enableShadow: true
keepContentLoaded: true
onVisibleChanged: () => {
if (visible && !spotlightOpen) {
show()