1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

matugen = not dependento n GTK and QT, update ghostty colors

This commit is contained in:
bbedward
2025-08-20 23:20:22 -04:00
parent 443a7f00f1
commit b4249af68e
2 changed files with 8 additions and 12 deletions

View File

@@ -535,11 +535,7 @@ Singleton {
return
}
if (gtkThemingEnabled && typeof SettingsData !== "undefined" && SettingsData.gtkThemingEnabled) {
generateSystemThemes()
} else if (qtThemingEnabled && typeof SettingsData !== "undefined" && SettingsData.qtThemingEnabled) {
generateSystemThemes()
}
generateSystemThemes()
}