1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 16:22:09 -04:00

fix(launcher): release DankLauncherV2 resources after close (#1692)

* fix(launcher): release DankLauncherV2 resources after close

* launcher: make unload on close optional

---------

Co-authored-by: bbedward <bbedward@gmail.com>
This commit is contained in:
Higor Prado
2026-02-15 17:26:03 -03:00
committed by GitHub
parent f9f0192b22
commit ebe1785411
7 changed files with 25 additions and 2 deletions

View File

@@ -314,6 +314,7 @@ Singleton {
property int dankLauncherV2BorderThickness: 2
property string dankLauncherV2BorderColor: "primary"
property bool dankLauncherV2ShowFooter: true
property bool dankLauncherV2UnloadOnClose: false
property string _legacyWeatherLocation: "New York, NY"
property string _legacyWeatherCoordinates: "40.7128,-74.0060"