diff --git a/Import/GacUI.cpp b/Import/GacUI.cpp index 7d5dfc43..0fc756c4 100644 --- a/Import/GacUI.cpp +++ b/Import/GacUI.cpp @@ -609,6 +609,7 @@ GuiApplicationMain void GuiApplicationInitialize() { + theme::InitializeTheme(); if (!GACUI_UNITTEST_ONLY_SKIP_TYPE_AND_PLUGIN_LOAD_UNLOAD) { #ifndef VCZH_DEBUG_NO_REFLECTION @@ -617,7 +618,6 @@ GuiApplicationMain GetPluginManager()->Load(); } - theme::InitializeTheme(); GetCurrentController()->InputService()->StartTimer(); { GuiApplication app;