aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.cpp')
-rw-r--r--gui/theme.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/theme.cpp b/gui/theme.cpp
index c384b75163..4eb9159f08 100644
--- a/gui/theme.cpp
+++ b/gui/theme.cpp
@@ -56,6 +56,10 @@ bool ThemeClassic::init() {
_font = FontMan.getFontByUsage(Graphics::FontManager::kGUIFont);
}
}
+
+ if (isThemeLoadingRequired())
+ loadTheme(_defaultConfig);
+
return true;
}