1
0
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:
EVAST9919 2019-05-28 17:21:34 +03:00
parent 6ca3bd086f
commit 857eb9b83a

View File

@ -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()