mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
reusing gameplay background blur loc song select background blur
This commit is contained in:
parent
e0a7559d85
commit
acb42f7d12
@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
|||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = UserInterfaceStrings.BackgroundBlurLevel,
|
LabelText = GameplaySettingsStrings.BackgroundBlur,
|
||||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
|
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user