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:
@ -22,7 +22,7 @@ namespace osu.Desktop.Updater
|
||||
{
|
||||
public class SquirrelUpdateManager : osu.Game.Updater.UpdateManager
|
||||
{
|
||||
public override bool CanPerformUpdate => true;
|
||||
public override bool CanCheckForUpdate => true;
|
||||
|
||||
private UpdateManager updateManager;
|
||||
private NotificationOverlay notificationOverlay;
|
||||
|
Reference in New Issue
Block a user