mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Finalize changes
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Updater
|
||||
CheckForUpdate();
|
||||
}
|
||||
|
||||
public override void CheckForUpdate() => Schedule(() => Task.Run(checkForUpdateAsync));
|
||||
public override void CheckForUpdate() => Schedule(() => Task.Run(() => checkForUpdateAsync()));
|
||||
|
||||
private async void checkForUpdateAsync()
|
||||
{
|
||||
|
Reference in New Issue
Block a user