Remove left over config entry

This commit is contained in:
Craftplacer
2020-01-19 18:40:17 +01:00
parent 7d1fc388ce
commit be2a88c8a5
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ namespace osu.Game.Configuration
IntroSequence, IntroSequence,
ChatHighlightName, ChatHighlightName,
ChatMessageNotification, ChatMessageNotification,
HighlightWords,
UIHoldActivationDelay, UIHoldActivationDelay,
HitLighting, HitLighting,
MenuBackgroundSource MenuBackgroundSource

View File

@ -50,7 +50,6 @@ namespace osu.Game.Online.Chat
{ {
notifyOnMention = config.GetBindable<bool>(OsuSetting.ChatHighlightName); notifyOnMention = config.GetBindable<bool>(OsuSetting.ChatHighlightName);
notifyOnChat = config.GetBindable<bool>(OsuSetting.ChatMessageNotification); notifyOnChat = config.GetBindable<bool>(OsuSetting.ChatMessageNotification);
highlightWords = config.GetBindable<string>(OsuSetting.HighlightWords);
localUser = api.LocalUser; localUser = api.LocalUser;
// Listen for new messages // Listen for new messages