mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Change property name to CanCheckForUpdate
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Updater
|
||||
/// </summary>
|
||||
public class SimpleUpdateManager : UpdateManager
|
||||
{
|
||||
public override bool CanPerformUpdate => true;
|
||||
public override bool CanCheckForUpdate => true;
|
||||
|
||||
private string version;
|
||||
|
||||
|
Reference in New Issue
Block a user