Add showInMentions option for Badge Highlights (#4034)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Felanbird
2022-10-02 07:25:10 -04:00
committed by GitHub
parent 2deed8e1cb
commit 9816722b5e
8 changed files with 97 additions and 38 deletions
@@ -17,10 +17,11 @@ public:
enum Column {
Badge = 0,
FlashTaskbar = 1,
PlaySound = 2,
SoundPath = 3,
Color = 4
ShowInMentions = 1,
FlashTaskbar = 2,
PlaySound = 3,
SoundPath = 4,
Color = 5
};
protected: