少年修仙传客户端代码仓库
hch
2020-10-11 54815ac81a6a3ccf8670a02c2bfb7b41d903cad1
0312 修复主界面聊天设置按钮跳转bug
1个文件已修改
2 ■■■ 已修改文件
System/MainInterfacePanel/ChatFrame.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()