1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

settings: fix theme application of default-settings json

This commit is contained in:
bbedward
2025-12-23 10:33:14 -05:00
parent 61630e447b
commit 7dbe608c28

View File

@@ -1724,6 +1724,8 @@ Singleton {
const txt = settingsFile.text();
const obj = (txt && txt.trim()) ? JSON.parse(txt) : null;
Store.parse(root, obj);
applyStoredTheme();
applyStoredIconTheme();
} catch (e) {
console.warn("SettingsData: Failed to reload settings:", e.message);
}