Remove toggle and change method of application to blend with original colour

This commit is contained in:
Dean Herbert
2022-11-02 13:08:29 +09:00
parent a01602e63c
commit 2f3c80f884
3 changed files with 8 additions and 20 deletions

View File

@ -175,8 +175,7 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
SetDefault(OsuSetting.NormaliseComboColourBrightness, false);
SetDefault(OsuSetting.ComboColourBrightness, 0.7f, 0f, 1f);
SetDefault(OsuSetting.ComboColourBrightness, 0f, -1f, 1f, 1f);
}
protected override bool CheckLookupContainsPrivateInformation(OsuSetting lookup)
@ -367,7 +366,6 @@ namespace osu.Game.Configuration
AutomaticallyDownloadWhenSpectating,
ShowOnlineExplicitContent,
LastProcessedMetadataId,
NormaliseComboColourBrightness,
SafeAreaConsiderations,
ComboColourBrightness,
}