mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 23:22:55 +08:00
Hide top score at every leaderboard change
This commit is contained in:
parent
5a6c8bfec9
commit
94ed03548d
@ -86,6 +86,8 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
|
||||
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
|
||||
{
|
||||
TopScore.Value = null;
|
||||
|
||||
if (Scope == BeatmapLeaderboardScope.Local)
|
||||
{
|
||||
var scores = scoreManager
|
||||
|
Loading…
Reference in New Issue
Block a user