mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09: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