Allow highlights to be excluded from /mentions (#2036)
This commit is contained in:
@@ -15,12 +15,14 @@ public:
|
||||
// Used here, in HighlightingPage and in UserHighlightModel
|
||||
enum Column {
|
||||
Pattern = 0,
|
||||
FlashTaskbar = 1,
|
||||
PlaySound = 2,
|
||||
UseRegex = 3,
|
||||
CaseSensitive = 4,
|
||||
SoundPath = 5,
|
||||
Color = 6
|
||||
ShowInMentions = 1,
|
||||
FlashTaskbar = 2,
|
||||
PlaySound = 3,
|
||||
UseRegex = 4,
|
||||
CaseSensitive = 5,
|
||||
SoundPath = 6,
|
||||
Color = 7,
|
||||
COUNT // keep this as last member of enum
|
||||
};
|
||||
|
||||
constexpr static int WHISPER_ROW = 1;
|
||||
|
||||
Reference in New Issue
Block a user