mirror of
https://github.com/ppy/osu
synced 2025-02-03 20:02:16 +00:00
Fix beatmap info scores container not hiding when there's no leaderboard
This commit is contained in:
parent
125dda716d
commit
3554563114
@ -253,7 +253,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
|
|
||||||
noScoresPlaceholder.Hide();
|
noScoresPlaceholder.Hide();
|
||||||
|
|
||||||
if (Beatmap.Value == null || Beatmap.Value.OnlineID <= 0 || (Beatmap.Value.BeatmapSet as IBeatmapSetOnlineInfo)?.Status <= BeatmapOnlineStatus.Pending)
|
if (Beatmap.Value == null || Beatmap.Value.OnlineID <= 0 || (Beatmap.Value.Status <= BeatmapOnlineStatus.Pending))
|
||||||
{
|
{
|
||||||
Scores = null;
|
Scores = null;
|
||||||
Hide();
|
Hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user