1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 21:00:33 +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
Unverified
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;
}
}