Remove ignore list, move code to MessageNotifier and add it to DI

This also adds countable private message notifications.
This commit is contained in:
Craftplacer
2019-12-17 06:59:27 +01:00
parent 02dc70be02
commit b6c31e7764
6 changed files with 250 additions and 184 deletions

View File

@ -53,7 +53,6 @@ namespace osu.Game.Configuration
Set(OsuSetting.ChatMessageNotification, true);
Set(OsuSetting.HighlightWords, string.Empty);
Set(OsuSetting.IgnoreList, string.Empty);
// Audio
Set(OsuSetting.VolumeInactive, 0.25, 0, 1, 0.01);
@ -198,7 +197,6 @@ namespace osu.Game.Configuration
ChatHighlightName,
ChatMessageNotification,
HighlightWords,
IgnoreList,
UIHoldActivationDelay,
HitLighting,
MenuBackgroundSource