diff --git a/src/Gui/PreferencePages/DlgSettingsNotificationArea.cpp b/src/Gui/PreferencePages/DlgSettingsNotificationArea.cpp index e79701c226..f099551e2d 100644 --- a/src/Gui/PreferencePages/DlgSettingsNotificationArea.cpp +++ b/src/Gui/PreferencePages/DlgSettingsNotificationArea.cpp @@ -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();