1
0
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:
Dean Herbert 2017-03-23 16:29:10 +09:00
parent 022fd625df
commit a561611125
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -63,6 +63,8 @@ namespace osu.Game.Screens.Select
tabs.ItemChanged += (sender, e) => invokeOnFilter();
modsCheckbox.Action += (sender, e) => invokeOnFilter();
tabs.SelectedItem = BeatmapDetailTab.Global;
}
}