Added setting and functionality to highlight inline whispers
Inline whispers will be displayed with highlighted background color. New Flag needed to differentiate between normal whisper (highlighted) and whisper with mention.
This commit is contained in:
@@ -160,6 +160,8 @@ public:
|
||||
false};
|
||||
|
||||
BoolSetting inlineWhispers = {"/whispers/enableInlineWhispers", true};
|
||||
BoolSetting highlightInlineWhispers = {"/whispers/highlightInlineWhispers",
|
||||
false};
|
||||
|
||||
/// Notifications
|
||||
BoolSetting notificationFlashTaskbar = {"/notifications/enableFlashTaskbar",
|
||||
|
||||
Reference in New Issue
Block a user