mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Move inside leaderboard
This commit is contained in:
@ -80,6 +80,18 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
if (filterMods)
|
||||
UpdateScores();
|
||||
};
|
||||
|
||||
TopScore.BindValueChanged(newTopScore);
|
||||
}
|
||||
|
||||
private void newTopScore(ValueChangedEvent<APILegacyUserTopScoreInfo> score)
|
||||
{
|
||||
Content.Clear();
|
||||
|
||||
if (score.NewValue != null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
protected override bool IsOnlineScope => Scope != BeatmapLeaderboardScope.Local;
|
||||
|
Reference in New Issue
Block a user