mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix CI issues
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
protected APIRequest RetrievalRequest;
|
||||
protected RulesetStore Rulesets;
|
||||
|
||||
public PaginatedContainer(Bindable<User> user, string header, string missing)
|
||||
protected PaginatedContainer(Bindable<User> user, string header, string missing)
|
||||
{
|
||||
User.BindTo(user);
|
||||
|
||||
@ -114,6 +114,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
{
|
||||
if (isLoading == value)
|
||||
return;
|
||||
|
||||
isLoading = value;
|
||||
|
||||
if (value)
|
||||
|
Reference in New Issue
Block a user