diff --git a/src/ColorMC.Gui/Manager/WindowManager.cs b/src/ColorMC.Gui/Manager/WindowManager.cs index 6bcb98142..58b6010e3 100644 --- a/src/ColorMC.Gui/Manager/WindowManager.cs +++ b/src/ColorMC.Gui/Manager/WindowManager.cs @@ -80,7 +80,8 @@ public static void Init() AllWindow.Model.HeadDisplay = false; AllWindow.Opened(); } - else if (SystemInfo.Os == OsType.Linux) + else if (SystemInfo.Os == OsType.Linux || + (SystemInfo.Os == OsType.Windows && !SystemInfo.IsWin11)) { var win = new SingleBorderWindow(); AllWindow = win.Win;