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