System/SystemSetting/SystemSetWin.cs
@@ -253,7 +253,7 @@ { if (!WindowJumpMgr.Instance.IsJumpState) { if (!WindowCenter.Instance.CheckOpen<MainInterfaceWin>()) if (!WindowCenter.Instance.IsOpen<MainInterfaceWin>()) { WindowCenter.Instance.Open<MainInterfaceWin>(); } @@ -261,7 +261,7 @@ WindowCenter.Instance.CloseImmediately<SettingUpWin>(); if (!WindowCenter.Instance.CheckOpen<LockedScreenWin>()) if (!WindowCenter.Instance.IsOpen<LockedScreenWin>()) { WindowCenter.Instance.Open<LockedScreenWin>(); }