mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Ignore user settings on background screen beatmap by default
This commit is contained in:
@ -50,6 +50,9 @@ namespace osu.Game.Screens.Backgrounds
|
|||||||
|
|
||||||
InternalChild = dimmable = CreateFadeContainer();
|
InternalChild = dimmable = CreateFadeContainer();
|
||||||
|
|
||||||
|
// Beatmap background screens should not apply user settings by default.
|
||||||
|
IgnoreUserSettings.Value = true;
|
||||||
|
|
||||||
dimmable.IgnoreUserSettings.BindTo(IgnoreUserSettings);
|
dimmable.IgnoreUserSettings.BindTo(IgnoreUserSettings);
|
||||||
dimmable.IsBreakTime.BindTo(IsBreakTime);
|
dimmable.IsBreakTime.BindTo(IsBreakTime);
|
||||||
dimmable.BlurAmount.BindTo(BlurAmount);
|
dimmable.BlurAmount.BindTo(BlurAmount);
|
||||||
|
Reference in New Issue
Block a user