From 5b0da684c188ca2ee743122183e55ba259981545 Mon Sep 17 00:00:00 2001 From: Color_yr <26276037+Coloryr@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:16:35 +0800 Subject: [PATCH] =?UTF-8?q?up=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=A8=A1=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ColorMC.Gui/App.axaml.cs | 1 + src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ColorMC.Gui/App.axaml.cs b/src/ColorMC.Gui/App.axaml.cs index fa75ce1a7..884f472ef 100644 --- a/src/ColorMC.Gui/App.axaml.cs +++ b/src/ColorMC.Gui/App.axaml.cs @@ -207,6 +207,7 @@ public override void OnFrameworkInitializationCompleted() { var win = new SingleWindow(); AllWindow = win.Win; + win.Show(); } } diff --git a/src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml b/src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml index 75a11f9bf..cd4fcb136 100644 --- a/src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml +++ b/src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml @@ -27,7 +27,7 @@ + Text="ColorMC" />