Add option to play highlight sounds even if Chatterino is focused.
This is off by default
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user