Merge branch 'master' into discord-rich-presence

This commit is contained in:
Lucas A
2019-07-07 17:45:18 +02:00
118 changed files with 2971 additions and 599 deletions

View File

@ -129,7 +129,7 @@ namespace osu.Desktop.Updater
Activated = () =>
{
updateManager.PrepareUpdateAsync()
.ContinueWith(_ => Schedule(() => game.GracefullyExit()));
.ContinueWith(_ => updateManager.Schedule(() => game.GracefullyExit()));
return true;
}
};