From d91f673e6d34ef854f8051f3572b32a8396e87c1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期六, 11 十月 2025 14:15:34 +0800
Subject: [PATCH] 59 子 【常规】邮件系统 / 【常规】邮件系统-客户端 修复MailManager重复初始化

---
 Main/Component/UI/Common/UIFuncOpen.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Main/Component/UI/Common/UIFuncOpen.cs b/Main/Component/UI/Common/UIFuncOpen.cs
index 08e825e..358bbc8 100644
--- a/Main/Component/UI/Common/UIFuncOpen.cs
+++ b/Main/Component/UI/Common/UIFuncOpen.cs
@@ -63,7 +63,8 @@
 
         if (funcBtn != null)
         {
-            funcBtn.interactable = IsOpen;
+            // 绂佺敤鎸夐挳鐨勭偣鍑讳簨浠讹紝浣嗕笉鏀瑰彉閫忔槑搴�
+            funcBtn.enabled = IsOpen;
         }
         
         

--
Gitblit v1.8.0