Change property name to CanCheckForUpdate

This commit is contained in:
Craftplacer
2020-05-08 02:50:58 +02:00
parent 3c24ca08d0
commit ebd1df8c28
4 changed files with 8 additions and 5 deletions

View File

@ -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;