Update import

This commit is contained in:
vczh
2024-02-20 00:05:32 -08:00
parent ab3c2fc24f
commit 7c296af0f4
+1 -1
View File
@@ -609,6 +609,7 @@ GuiApplicationMain
void GuiApplicationInitialize() void GuiApplicationInitialize()
{ {
theme::InitializeTheme();
if (!GACUI_UNITTEST_ONLY_SKIP_TYPE_AND_PLUGIN_LOAD_UNLOAD) if (!GACUI_UNITTEST_ONLY_SKIP_TYPE_AND_PLUGIN_LOAD_UNLOAD)
{ {
#ifndef VCZH_DEBUG_NO_REFLECTION #ifndef VCZH_DEBUG_NO_REFLECTION
@@ -617,7 +618,6 @@ GuiApplicationMain
GetPluginManager()->Load(); GetPluginManager()->Load();
} }
theme::InitializeTheme();
GetCurrentController()->InputService()->StartTimer(); GetCurrentController()->InputService()->StartTimer();
{ {
GuiApplication app; GuiApplication app;