mirror of
https://github.com/osukey/osukey.git
synced 2025-07-23 19:30:06 +09:00
Remove left over config entry
This commit is contained in:
@ -194,7 +194,6 @@ namespace osu.Game.Configuration
|
|||||||
IntroSequence,
|
IntroSequence,
|
||||||
ChatHighlightName,
|
ChatHighlightName,
|
||||||
ChatMessageNotification,
|
ChatMessageNotification,
|
||||||
HighlightWords,
|
|
||||||
UIHoldActivationDelay,
|
UIHoldActivationDelay,
|
||||||
HitLighting,
|
HitLighting,
|
||||||
MenuBackgroundSource
|
MenuBackgroundSource
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user