mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
OsuConfig -> OsuSetting
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Parallax",
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.MenuParallax)
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.MenuParallax)
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user