Improve organisation of some options and config code.

This commit is contained in:
Dean Herbert
2017-05-02 17:45:22 +09:00
parent 116e92a542
commit bef15fe637
5 changed files with 72 additions and 42 deletions

View File

@ -31,16 +31,6 @@ namespace osu.Game.Overlays.Options.Sections.Graphics
LabelText = "Menu tips",
Bindable = config.GetBindable<bool>(OsuConfig.ShowMenuTips)
},
new OsuCheckbox
{
LabelText = "Interface voices",
Bindable = config.GetBindable<bool>(OsuConfig.MenuVoice)
},
new OsuCheckbox
{
LabelText = "osu! music theme",
Bindable = config.GetBindable<bool>(OsuConfig.MenuMusic)
},
};
}
}