From 2e1b809d4bb794b2dcd75e0e9223d3c2c5de991d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 20 三月 2026 15:36:49 +0800
Subject: [PATCH] 0312 修复引导右侧栏的时候不做缩进处理

---
 Main/System/Main/RightFuncInHome.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/System/Main/RightFuncInHome.cs b/Main/System/Main/RightFuncInHome.cs
index cbb314f..7b05a29 100644
--- a/Main/System/Main/RightFuncInHome.cs
+++ b/Main/System/Main/RightFuncInHome.cs
@@ -40,6 +40,7 @@
 
         clickScreenOtherSpaceEvent.AddListener(() =>
         {
+            if (NewBieCenter.Instance.inGuiding) return;
             if (isShow)
             {
                 isShow = !isShow;

--
Gitblit v1.8.0