From 478f431dd3ee789fcb605499deaaf2ade42ed18b Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Thu, 2 Jul 2026 19:09:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E7=A7=BB=E9=99=A4=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E5=BC=BA=E5=88=B6=E6=98=BE=E7=A4=BA=E5=BF=AB?= =?UTF-8?q?=E8=BF=9B=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- Assets/Scripts/UI/Panel/MainPanel.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/Scripts/UI/Panel/MainPanel.cs b/Assets/Scripts/UI/Panel/MainPanel.cs index dad750dff..5e5777386 100644 --- a/Assets/Scripts/UI/Panel/MainPanel.cs +++ b/Assets/Scripts/UI/Panel/MainPanel.cs @@ -77,12 +77,6 @@ namespace AibisDream.UI _ffwdBtn = topBar.Find("Quick Forward").GetComponent(); _ffwdBtn.OnClick.AddListener(QuickForward); _ffwdBtn.getBool = () => DialogController.Instance.advanceMode.Value.CurrentMode == AdvanceModeEnum.Quick; - - // TEMP: mobile debug — expose Quick Forward for faster eye-module testing. - if (Application.isMobilePlatform) - { - _ffwdBtn.gameObject.SetActive(true); - } } private void AutoSkip()