From 05878577c1c17f5104324a8dd8a229967d9dee12 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期六, 04 四月 2026 10:11:47 +0800
Subject: [PATCH] 492 武将登场和武将返场 修复断线重连招募历史bug
---
Main/System/HeroReturn/HeroReturnCallWin.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroReturn/HeroReturnCallWin.cs b/Main/System/HeroReturn/HeroReturnCallWin.cs
index 5723eac..11014c7 100644
--- a/Main/System/HeroReturn/HeroReturnCallWin.cs
+++ b/Main/System/HeroReturn/HeroReturnCallWin.cs
@@ -352,6 +352,7 @@
scroller.Refresh();
int listCount = list?.Count ?? 0;
+ historyButton.SetActive(listCount > 0);
if (list != null)
{
for (int i = 0; i < listCount; i++)
--
Gitblit v1.8.0