Merge branch 'master' into remove-comments-page

This commit is contained in:
smoogipoo
2021-08-13 13:17:13 +09:00
2676 changed files with 127012 additions and 29509 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Overlays.Comments
public readonly Bindable<CommentsSortCriteria> Sort = new Bindable<CommentsSortCriteria>();
public readonly BindableBool ShowDeleted = new BindableBool();
protected readonly Bindable<User> User = new Bindable<User>();
protected readonly IBindable<User> User = new Bindable<User>();
[Resolved]
private IAPIProvider api { get; set; }