BeatmapSelectionBackgroundBlurLevel renamed to SongSelectBackgroundBlurLevel

This commit is contained in:
Jeremiah DECOMBE
2023-01-24 00:08:11 +01:00
parent 26adc28943
commit b573e42cc2
4 changed files with 6 additions and 6 deletions

View File

@ -45,8 +45,8 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
},
new SettingsSlider<float>
{
LabelText = UserInterfaceStrings.BeatmapSelectionBackgroundBlurLevel,
Current = config.GetBindable<float>(OsuSetting.BeatmapSelectionBackgoundBlurLevel)
LabelText = UserInterfaceStrings.SongSelectBackgroundBlurLevel,
Current = config.GetBindable<float>(OsuSetting.SongSelectBackgoundBlurLevel)
}
};
}