Improved Action Invoke
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ServiceLib.ViewModels
|
||||
await CheckUpdate()
|
||||
.ContinueWith(t =>
|
||||
{
|
||||
UpdateFinished();
|
||||
_ = UpdateFinished();
|
||||
});
|
||||
});
|
||||
EnableCheckPreReleaseUpdate = _config.guiItem.checkPreReleaseUpdate;
|
||||
|
||||
Reference in New Issue
Block a user