Further improvements for update handling. IO-408
This commit is contained in:
@@ -148,7 +148,7 @@ namespace BodyshopPartner.ViewModels
|
||||
async p =>
|
||||
{
|
||||
await InstallUpdates();
|
||||
UpdateAvailable = false;
|
||||
|
||||
});
|
||||
}
|
||||
return _installUpdatesCommand;
|
||||
@@ -203,7 +203,7 @@ namespace BodyshopPartner.ViewModels
|
||||
p => true,
|
||||
p =>
|
||||
{
|
||||
ToggleStartWithWindows((bool)(p));
|
||||
Utils.UpdateHandler.ToggleStartWithWindows((bool)(p));
|
||||
});
|
||||
}
|
||||
return _startWithWindowsCommand;
|
||||
|
||||
Reference in New Issue
Block a user