Open rankings overlay on spotlights page.

This commit is contained in:
Lucas A
2020-02-25 20:57:15 +01:00
parent c9d600b69c
commit 535a7989d6
2 changed files with 7 additions and 1 deletions

View File

@ -134,7 +134,7 @@ namespace osu.Game.Screens.Menu
buttons.OnSettings = () => settings?.ToggleVisibility();
buttons.OnDirect = () => direct?.ToggleVisibility();
buttons.OnChart = () => rankings?.ToggleVisibility();
buttons.OnChart = () => rankings?.ShowSpotlights();
LoadComponentAsync(background = new BackgroundScreenDefault());
preloadSongSelect();