From 1f5dc1a93b4442a43fdfcce74f525545dd7fbb96 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 19 二月 2019 16:56:10 +0800
Subject: [PATCH] Merge branch 'master' into TreasureRevise
---
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