Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Feb 20, 2024
1 parent ab3c2fc commit 7c296af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Import/GacUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ GuiApplicationMain

void GuiApplicationInitialize()
{
theme::InitializeTheme();
if (!GACUI_UNITTEST_ONLY_SKIP_TYPE_AND_PLUGIN_LOAD_UNLOAD)
{
#ifndef VCZH_DEBUG_NO_REFLECTION
Expand All @@ -617,7 +618,6 @@ GuiApplicationMain
GetPluginManager()->Load();
}

theme::InitializeTheme();
GetCurrentController()->InputService()->StartTimer();
{
GuiApplication app;
Expand Down

0 comments on commit 7c296af

Please sign in to comment.