少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-12 041b77f011062b5bab5216cf1b9e650e8e3e188d
3335 重构窗口管理
1个文件已修改
2 ■■■ 已修改文件
System/WindowBase/WindowCenter.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/WindowBase/WindowCenter.cs
@@ -267,7 +267,7 @@
                    continue;
                }
                var isIgnore = WindowConfig.Get().IsChildWindow(name);
                var isIgnore = closeAllIgnoreWindows.Contains(name) || WindowConfig.Get().IsChildWindow(name);
                if (isIgnore)
                {
                    continue;