mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:37:21 +08:00
Fix CI stuff
This commit is contained in:
parent
6ca3bd086f
commit
857eb9b83a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user