1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

greeter: fix custom themes and font family

fixes #776
This commit is contained in:
bbedward
2025-11-23 13:21:16 -05:00
parent 800588e121
commit d9522818ae
2 changed files with 6 additions and 3 deletions

View File

@@ -81,6 +81,9 @@ Singleton {
settingsLoaded = true
if (typeof Theme !== "undefined") {
if (currentThemeName === "custom" && customThemeFile) {
Theme.loadCustomThemeFromFile(customThemeFile)
}
Theme.applyGreeterTheme(currentThemeName)
}
}