mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: Resource Check ret 判断错误
This commit is contained in:
@@ -441,7 +441,7 @@ public class VersionUpdateViewModel : Screen
|
||||
}
|
||||
|
||||
var ret2 = await ResourceUpdater.CheckAndDownloadUpdate();
|
||||
if (ret2 == CheckUpdateRetT.OK)
|
||||
if (ret2 == CheckUpdateRetT.OnlyGameResourceUpdated)
|
||||
{
|
||||
_ = AskToRestart(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user