From 7c296af0f4222a20ecc2c76b8559c315ffde2778 Mon Sep 17 00:00:00 2001 From: vczh Date: Tue, 20 Feb 2024 00:05:32 -0800 Subject: [PATCH] Update import --- Import/GacUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;