mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix CI stuff
This commit is contained in:
@ -106,6 +106,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
private readonly FillFlowContainer content;
|
||||
|
||||
private bool isLoading;
|
||||
|
||||
public bool IsLoading
|
||||
{
|
||||
set
|
||||
@ -123,10 +124,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
content.FadeIn(duration, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
get
|
||||
{
|
||||
return isLoading;
|
||||
}
|
||||
get => isLoading;
|
||||
}
|
||||
|
||||
public ShowMoreButton()
|
||||
|
Reference in New Issue
Block a user