1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

fix theme persistence

This commit is contained in:
bbedward
2025-09-08 12:13:21 -04:00
parent cd1c992abd
commit 4c18e6b01d
2 changed files with 7 additions and 21 deletions

View File

@@ -759,6 +759,10 @@ Singleton {
matugenCheck.running = true
if (typeof SessionData !== "undefined")
SessionData.isLightModeChanged.connect(root.onLightModeChanged)
if (typeof SettingsData !== "undefined" && SettingsData.currentThemeName) {
switchTheme(SettingsData.currentThemeName, false)
}
}
FileView {