mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove ignore list, move code to MessageNotifier and add it to DI
This also adds countable private message notifications.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user