feat: add sound and flash alert for automod caught messages (#5026)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2023-12-25 17:17:44 -06:00
committed by GitHub
parent 1006bf955a
commit eb12cfa50b
19 changed files with 348 additions and 193 deletions
+17
View File
@@ -375,6 +375,23 @@ public:
""};
QStringSetting subHighlightColor = {"/highlighting/subHighlightColor", ""};
BoolSetting enableAutomodHighlight = {
"/highlighting/automod/enabled",
true,
};
BoolSetting enableAutomodHighlightSound = {
"/highlighting/automod/enableSound",
false,
};
BoolSetting enableAutomodHighlightTaskbar = {
"/highlighting/automod/enableTaskbarFlashing",
false,
};
QStringSetting automodHighlightSoundUrl = {
"/highlighting/automod/soundUrl",
"",
};
BoolSetting enableThreadHighlight = {
"/highlighting/thread/nameIsHighlightKeyword", true};
BoolSetting showThreadHighlightInMentions = {