Added functionality of option of highlightsound on whisper (#692)
Fixes #640
This commit is contained in:
@@ -120,6 +120,8 @@ public:
|
||||
BoolSetting enableHighlightTaskbar = {"/highlighting/enableTaskbarFlashing",
|
||||
true};
|
||||
BoolSetting customHighlightSound = {"/highlighting/useCustomSound", false};
|
||||
BoolSetting highlightSoundOnWhisper = {
|
||||
"/highlighting/highlightSoundOnWhisper", false};
|
||||
|
||||
/// Logging
|
||||
BoolSetting enableLogging = {"/logging/enabled", false};
|
||||
|
||||
Reference in New Issue
Block a user