From 725b7b2374f43582a2d78b2cae3f8303359651b8 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 10 十一月 2025 14:30:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Tip/ConfirmCancel.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Main/System/Tip/ConfirmCancel.cs b/Main/System/Tip/ConfirmCancel.cs
index 6fa1683..29a0b92 100644
--- a/Main/System/Tip/ConfirmCancel.cs
+++ b/Main/System/Tip/ConfirmCancel.cs
@@ -333,6 +333,7 @@
public static void MoneyIconConfirm(int moneyCnt, int _moneyType, string content, Action<bool, bool> func)
{
generalContent = content;
+ toggleContent = "";
OnToggleConfirmEvent = func;
moneyType = _moneyType;
moneyNeedCount = moneyCnt;
--
Gitblit v1.8.0