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

@ -16,16 +16,11 @@ namespace osu.Game.Overlays.Settings.Sections.Online
{
Children = new Drawable[]
{
new SettingsTextBox
{
LabelText = "Chat ignore list (space-separated list)",
Bindable = config.GetBindable<string>(OsuSetting.IgnoreList)
},
new SettingsTextBox
{
LabelText = "Chat highlight words (space-separated list)",
Bindable = config.GetBindable<string>(OsuSetting.HighlightWords)
},
}
};
}
}