GUI: Check correct parameter for pop-up notifications (#24727)
This commit is contained in:
@@ -61,7 +61,7 @@ void DlgSettingsNotificationArea::saveSettings()
|
||||
|
||||
bool isNotificationAreaEnabled = ui->NotificationAreaEnabled->isChecked();
|
||||
hGrp->SetBool("NotificationAreaEnabled", isNotificationAreaEnabled);
|
||||
bool isNonIntrusiveNotificationsEnabled = ui->NotificationAreaEnabled->isChecked();
|
||||
bool isNonIntrusiveNotificationsEnabled = ui->NonIntrusiveNotificationsEnabled->isChecked();
|
||||
hGrp->SetBool("NonIntrusiveNotificationsEnabled", isNonIntrusiveNotificationsEnabled);
|
||||
|
||||
ui->maxDuration->onSave();
|
||||
|
||||
Reference in New Issue
Block a user