Allow highlights to be excluded from /mentions (#2036)
This commit is contained in:
@@ -213,6 +213,8 @@ public:
|
||||
|
||||
BoolSetting enableSelfHighlight = {
|
||||
"/highlighting/selfHighlight/nameIsHighlightKeyword", true};
|
||||
BoolSetting showSelfHighlightInMentions = {
|
||||
"/highlighting/selfHighlight/showSelfHighlightInMentions", true};
|
||||
BoolSetting enableSelfHighlightSound = {
|
||||
"/highlighting/selfHighlight/enableSound", true};
|
||||
BoolSetting enableSelfHighlightTaskbar = {
|
||||
|
||||
Reference in New Issue
Block a user