From 54815ac81a6a3ccf8670a02c2bfb7b41d903cad1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期日, 11 十月 2020 20:43:40 +0800
Subject: [PATCH] 0312 修复主界面聊天设置按钮跳转bug
---
System/MainInterfacePanel/ChatFrame.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index ea1729f..827ec1c 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -129,7 +129,7 @@
private void OnSetBtn()
{
WindowCenter.Instance.Close<MainInterfaceWin>();
- WindowCenter.Instance.Open<SettingUpWin>(false, 3);
+ WindowCenter.Instance.Open<SettingUpWin>(false, 2);
}
private void TaskButton()
--
Gitblit v1.8.0