mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Open rankings overlay on spotlights page.
This commit is contained in:
@ -138,6 +138,12 @@ namespace osu.Game.Overlays
|
||||
Country.Value = requested;
|
||||
}
|
||||
|
||||
public void ShowSpotlights()
|
||||
{
|
||||
Scope.Value = RankingsScope.Spotlights;
|
||||
Show();
|
||||
}
|
||||
|
||||
private void loadNewContent()
|
||||
{
|
||||
loading.Show();
|
||||
|
Reference in New Issue
Block a user