From d2967091f6ab8a930bcd42de054bc3a69def77a9 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 17 Sep 2023 15:38:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=9B=B4=E6=96=B0toast=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Models/ResourceUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Models/ResourceUpdater.cs b/src/MaaWpfGui/Models/ResourceUpdater.cs index 5748ca0124..e3a7bd570e 100644 --- a/src/MaaWpfGui/Models/ResourceUpdater.cs +++ b/src/MaaWpfGui/Models/ResourceUpdater.cs @@ -185,7 +185,7 @@ namespace MaaWpfGui.Models updating = true; _ = Execute.OnUIThreadAsync(() => { - using var toast = new ToastNotification(LocalizationHelper.GetString("GameResourceUpdated")); + using var toast = new ToastNotification(LocalizationHelper.GetString("GameResourceUpdating")); toast.Show(); }); }