From 0ca1aeb4d0fb854f557cb9e9cee410f4b35670f6 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 23 十月 2019 05:39:34 +0800
Subject: [PATCH] 0312 默认打开灵石商城

---
 System/MainInterfacePanel/HighSettingTip.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index be11ce1..d3a551f 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -112,7 +112,7 @@
             if (FuncOpen.Instance.IsFuncOpen(79))
             {
                 HighSettingFadeInFadeOut.SetAutoCloseTimer();
-                WindowCenter.Instance.Open<StoreWin>();
+                WindowCenter.Instance.Open<StoreWin>(false, 4);
             }
             else
             {

--
Gitblit v1.8.0