mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +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:
@ -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)
|
||||
},
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user