mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
BeatmapSelectionBackgroundBlurLevel renamed to SongSelectBackgroundBlurLevel
This commit is contained in:
@ -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)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user