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

@ -60,7 +60,7 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.ToolbarClockDisplayMode, ToolbarClockDisplayMode.Full);
SetDefault(OsuSetting.BeatmapSelectionBackgoundBlurLevel, 1f, 0, 1f, 0.01f);
SetDefault(OsuSetting.SongSelectBackgoundBlurLevel, 1f, 0, 1f, 0.01f);
// Online settings
SetDefault(OsuSetting.Username, string.Empty);
@ -341,7 +341,7 @@ namespace osu.Game.Configuration
ChatDisplayHeight,
BeatmapListingCardSize,
ToolbarClockDisplayMode,
BeatmapSelectionBackgoundBlurLevel,
SongSelectBackgoundBlurLevel,
Version,
ShowFirstRunSetup,
ShowConvertedBeatmaps,