diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index 364a5e3a..23ffaee8 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -449,6 +449,7 @@ UserInterfaceSettingsPage::UserInterfaceSettingsPage() connect(¬ificationsEnabledCheckBox, SIGNAL(stateChanged(int)), this, SLOT(setSpecNotificationEnabled(int))); specNotificationsEnabledCheckBox.setChecked(settingsCache->getSpectatorNotificationsEnabled()); + specNotificationsEnabledCheckBox.setEnabled(settingsCache->getNotificationsEnabled()); connect(&specNotificationsEnabledCheckBox, SIGNAL(stateChanged(int)), settingsCache, SLOT(setSpectatorNotificationsEnabled(int))); doubleClickToPlayCheckBox.setChecked(settingsCache->getDoubleClickToPlay());