少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-12 041b77f011062b5bab5216cf1b9e650e8e3e188d
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;