Add option to play highlight sounds even if Chatterino is focused.

This is off by default
This commit is contained in:
Rasmus Karlsson
2017-10-08 15:58:28 +02:00
parent 8b25d37a37
commit 23651fd513
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ SettingsManager::SettingsManager()
, highlightProperties(this->settingsItems, "highlightProperties",
QMap<QString, QPair<bool, bool>>())
, highlightUserBlacklist(this->settingsItems, "highlightUserBlacklist", "")
, highlightAlwaysPlaySound("/highlighting/alwaysPlaySound", false)
, enableTwitchEmotes(this->settingsItems, "enableTwitchEmotes", true)
, enableBttvEmotes(this->settingsItems, "enableBttvEmotes", true)
, enableFfzEmotes(this->settingsItems, "enableFfzEmotes", true)