/live split for channels going live (#1998)
Co-authored-by: 23rd <23rd@vivaldi.net> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -35,8 +35,12 @@ NotificationPage::NotificationPage()
|
||||
|
||||
settings.append(this->createCheckBox(
|
||||
"Flash taskbar", getSettings()->notificationFlashTaskbar));
|
||||
settings.append(
|
||||
this->createCheckBox("Play sound for selected channels",
|
||||
getSettings()->notificationPlaySound));
|
||||
settings.append(this->createCheckBox(
|
||||
"Play sound", getSettings()->notificationPlaySound));
|
||||
"Play sound for any channel going live",
|
||||
getSettings()->notificationOnAnyChannel));
|
||||
#ifdef Q_OS_WIN
|
||||
settings.append(this->createCheckBox(
|
||||
"Show notification", getSettings()->notificationToast));
|
||||
|
||||
Reference in New Issue
Block a user