Use existing setting instead

Now it read IncreaseFirstObjectVisibility bindable instead
This commit is contained in:
Ganendra Afrasya
2019-06-09 13:11:40 +07:00
parent 8ac64b5c16
commit afc3a08953
3 changed files with 3 additions and 11 deletions

View File

@ -20,11 +20,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
LabelText = "Increase visibility of first object with \"Hidden\" mod",
Bindable = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectVisibility)
},
new SettingsCheckbox
{
LabelText = "Increase visibility of first object with \"Grow\" mod",
Bindable = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectGrowVisibility)
},
};
}
}