1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 23:30:51 +08:00

Ignore user settings on background screen beatmap by default

This commit is contained in:
Salman Ahmed
2021-04-14 23:17:06 +03:00
Unverified
parent 505dc15e03
commit a5fa14ac4a
@@ -50,6 +50,9 @@ namespace osu.Game.Screens.Backgrounds
InternalChild = dimmable = CreateFadeContainer();
// Beatmap background screens should not apply user settings by default.
IgnoreUserSettings.Value = true;
dimmable.IgnoreUserSettings.BindTo(IgnoreUserSettings);
dimmable.IsBreakTime.BindTo(IsBreakTime);
dimmable.BlurAmount.BindTo(BlurAmount);