mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
Hide ShowMore button if there's nothing to load
This commit is contained in:
parent
342c5a5938
commit
dde9fd28e6
@ -100,7 +100,7 @@ namespace osu.Game.Overlays.News.Displays
|
|||||||
{
|
{
|
||||||
content.Add(loaded);
|
content.Add(loaded);
|
||||||
showMore.IsLoading = false;
|
showMore.IsLoading = false;
|
||||||
showMore.Show();
|
showMore.Alpha = lastCursor == null ? 0 : 1;
|
||||||
}, (cancellationToken = new CancellationTokenSource()).Token);
|
}, (cancellationToken = new CancellationTokenSource()).Token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user