mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: 顺序检查
This commit is contained in:
@@ -276,8 +276,11 @@ public class VersionUpdateSettingsUserControlModel : PropertyChangedBase
|
||||
|
||||
if (value.Length == 24)
|
||||
{
|
||||
_ = Instances.VersionUpdateViewModel.VersionUpdateAndAskToRestartAsync();
|
||||
_ = ResourceUpdater.ResourceUpdateAndReloadAsync();
|
||||
Task.Run(async () =>
|
||||
{
|
||||
await Instances.VersionUpdateViewModel.VersionUpdateAndAskToRestartAsync();
|
||||
await ResourceUpdater.ResourceUpdateAndReloadAsync();
|
||||
});
|
||||
}
|
||||
|
||||
value = SimpleEncryptionHelper.Encrypt(value);
|
||||
|
||||
Reference in New Issue
Block a user