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:
@@ -55,6 +55,7 @@ DankModal {
|
||||
borderColor: Theme.outlineMedium
|
||||
borderWidth: 1
|
||||
enableShadow: true
|
||||
keepContentLoaded: true
|
||||
onVisibleChanged: () => {
|
||||
if (visible && !spotlightOpen) {
|
||||
show()
|
||||
|
||||
Reference in New Issue
Block a user