Add highlight color and show in mentions to automod messages (#5215)
This commit is contained in:
@@ -394,6 +394,10 @@ public:
|
||||
"/highlighting/automod/enabled",
|
||||
true,
|
||||
};
|
||||
BoolSetting showAutomodInMentions = {
|
||||
"/highlighting/automod/showInMentions",
|
||||
false,
|
||||
};
|
||||
BoolSetting enableAutomodHighlightSound = {
|
||||
"/highlighting/automod/enableSound",
|
||||
false,
|
||||
@@ -406,6 +410,7 @@ public:
|
||||
"/highlighting/automod/soundUrl",
|
||||
"",
|
||||
};
|
||||
QStringSetting automodHighlightColor = {"/highlighting/automod/color", ""};
|
||||
|
||||
BoolSetting enableThreadHighlight = {
|
||||
"/highlighting/thread/nameIsHighlightKeyword", true};
|
||||
|
||||
Reference in New Issue
Block a user