Setting for disabling /mentions tab highlight (#1994)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
apa420
2021-01-16 14:27:19 +01:00
committed by GitHub
parent b587173e18
commit f19cc60a5b
5 changed files with 26 additions and 1 deletions
+2
View File
@@ -264,6 +264,8 @@ public:
BoolSetting longAlerts = {"/highlighting/alerts", false};
BoolSetting highlightMentions = {"/highlighting/mentions", true};
/// Filtering
BoolSetting excludeUserMessagesFromFilter = {
"/filtering/excludeUserMessages", false};