Add highlight color and show in mentions to automod messages (#5215)

This commit is contained in:
KleberPF
2024-03-09 08:03:36 -03:00
committed by GitHub
parent ecad4b052a
commit c50791972d
13 changed files with 69 additions and 10 deletions
+5
View File
@@ -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};