From a03f3e45d4187f219ac254e1bb299c4a1cc368f7 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 15:52:30 +0800
Subject: [PATCH] 3335 修改窗口管理

---
 System/WindowBase/WindowCenter.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 9169b50..17e8d2f 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -606,7 +606,8 @@
                         && !ExistAnyFullScreenOrMaskWinLEqual(WindowType.Base)
                         && !IsOpen("DefaultDialogueBoxWin")
                         && !IsOpen("DialogueDuidanceWin")
-                        && !IsOpen("TaskBoxBGMWin");
+                        && !IsOpen("TaskBoxBGMWin")
+                        && !IsOpen("WelcomeWin");
 
                     if (exceptOpen != IsOpen("MainInterfaceWin"))
                     {

--
Gitblit v1.8.0