chore: 抽卡任务结束后提示还原为默认

This commit is contained in:
uye
2026-01-16 22:45:28 +08:00
parent 243e89d948
commit 98758bfbec

View File

@@ -1192,6 +1192,7 @@ public class ToolboxViewModel : Screen
if (!value)
{
_gachaTimer.Stop();
GachaInfo = LocalizationHelper.GetString("GachaInitTip");
}
}
}