Merge remote-tracking branch 'origin/master' into backgrounded-beatmap-status-lookups

This commit is contained in:
smoogipoo
2019-06-12 16:45:29 +09:00
3 changed files with 59 additions and 4 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
new SettingsCheckbox
{
LabelText = "Increase visibility of first object with \"Hidden\" mod",
LabelText = "Increase visibility of first object when visual impairment mods are enabled",
Bindable = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectVisibility)
},
};