mirror of
https://github.com/ppy/osu
synced 2025-02-05 21:01:37 +00:00
Fix scores header is visible even if no scores are loaded
This commit is contained in:
parent
9858419c69
commit
0da8a483c5
@ -124,6 +124,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
loading = false;
|
||||
|
||||
scoreTable.Scores = scores?.Count > 1 ? scores : new List<ScoreInfo>();
|
||||
scoreTable.FadeTo(scores?.Count > 1 ? 1 : 0);
|
||||
|
||||
if (scores?.Any() == true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user