Disable spec notification toggle if notifications are off on dlg create
This commit is contained in:
parent
1562c234ca
commit
5fc28e31a6
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue