mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复资源更新toast笔误
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user