少年修仙传客户端代码仓库
client_Hale
2018-09-26 fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab
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>();
            }