1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 21:02:06 -04:00

Fix icon theme overflow

This commit is contained in:
bbedward
2025-10-10 12:47:22 -04:00
parent 4ca3f0da67
commit bc6577fe18
2 changed files with 2 additions and 1 deletions

View File

@@ -983,7 +983,7 @@ Singleton {
updateQtIconTheme(themeName)
saveSettings()
if (typeof Theme !== "undefined" && Theme.currentTheme === Theme.dynamic)
Theme.generateSystemThemes()
Theme.generateSystemThemesFromCurrentTheme()
}
function updateGtkIconTheme(themeName) {