1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 04:33:39 +08:00

reusing gameplay background blur loc song select background blur

This commit is contained in:
Jérémiah DÉCOMBE
2023-01-24 10:18:00 +01:00
Unverified
parent e0a7559d85
commit acb42f7d12
@@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
},
new SettingsCheckbox
{
LabelText = UserInterfaceStrings.BackgroundBlurLevel,
LabelText = GameplaySettingsStrings.BackgroundBlur,
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
}
};