mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
@@ -1092,10 +1092,13 @@ namespace MeoAsstGui
|
||||
{
|
||||
if (!updateModle.CheckAndDownloadUpdate(true))
|
||||
{
|
||||
using (var toast = new ToastNotification("已是最新版本~"))
|
||||
Execute.OnUIThread(() =>
|
||||
{
|
||||
toast.Show();
|
||||
}
|
||||
using (var toast = new ToastNotification("已是最新版本~"))
|
||||
{
|
||||
toast.Show();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
await task;
|
||||
|
||||
Reference in New Issue
Block a user