1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Re-work theme approach to watch a file from matugen-worker

This commit is contained in:
bbedward
2025-09-25 16:49:57 -04:00
parent 185ee20f2d
commit a6a41d4de1
4 changed files with 45 additions and 211 deletions

View File

@@ -582,9 +582,6 @@ Singleton {
saveSettings()
if (typeof Theme !== "undefined") {
if (Theme.currentTheme === Theme.dynamic) {
Theme.extractColors()
}
Theme.generateSystemThemesFromCurrentTheme()
}
}