mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make IAPIProvider read-only bindables into IBindables
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
private PostBeatmapFavouriteRequest request;
|
||||
private LoadingLayer loading;
|
||||
|
||||
private readonly Bindable<User> localUser = new Bindable<User>();
|
||||
private readonly IBindable<User> localUser = new Bindable<User>();
|
||||
|
||||
public string TooltipText
|
||||
{
|
||||
|
Reference in New Issue
Block a user