mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 13:33:03 +08:00
Set default tab to global scores.
This will need to be saved to the config file eventually.
This commit is contained in:
parent
022fd625df
commit
a561611125
@ -63,6 +63,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
tabs.ItemChanged += (sender, e) => invokeOnFilter();
|
||||
modsCheckbox.Action += (sender, e) => invokeOnFilter();
|
||||
|
||||
tabs.SelectedItem = BeatmapDetailTab.Global;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user