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
+3
View File
@@ -484,6 +484,9 @@ void SettingsDialog::addTabs()
}
});
vbox->addLayout(soundForm);
vbox->addWidget(
createCheckbox("Always play highlight sound (Even if Chatterino is focused)",
settings.highlightAlwaysPlaySound));
auto layoutVbox = new QVBoxLayout();
auto btnHbox = new QHBoxLayout();