mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
better setting description
This commit is contained in:
@ -36,8 +36,8 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Collapse song progress graph",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.CollapseProgressGraph)
|
||||
LabelText = "Show difficulty graph on progress bar",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.ShowProgressGraph)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
|
Reference in New Issue
Block a user