1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +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
parent e0a7559d85
commit acb42f7d12

View File

@ -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)
}
};