mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Add "show converted" checkbox to song select for convenience
This commit is contained in:
parent
bbbe8d6f68
commit
f231b5925f
@ -116,6 +116,13 @@ namespace osu.Game.Screens.Select
|
|||||||
Spacing = new Vector2(OsuTabControl<SortMode>.HORIZONTAL_SPACING, 0),
|
Spacing = new Vector2(OsuTabControl<SortMode>.HORIZONTAL_SPACING, 0),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
new OsuTabControlCheckbox
|
||||||
|
{
|
||||||
|
Text = "Show converted",
|
||||||
|
Current = config.GetBindable<bool>(OsuSetting.ShowConvertedBeatmaps),
|
||||||
|
Anchor = Anchor.BottomRight,
|
||||||
|
Origin = Anchor.BottomRight,
|
||||||
|
},
|
||||||
sortTabs = new OsuTabControl<SortMode>
|
sortTabs = new OsuTabControl<SortMode>
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user