Browse Source

Merge pull request #2461 from TheNain38/patch-1

pull/2510/head
Nils Fenner 10 years ago
parent
commit
43e8ebd055
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C
  1. 1
      src/widget/form/settings/generalform.cpp

1
src/widget/form/settings/generalform.cpp

@ -76,7 +76,6 @@ GeneralForm::GeneralForm(SettingsWidget *myParent) : @@ -76,7 +76,6 @@ GeneralForm::GeneralForm(SettingsWidget *myParent) :
bodyUI->minimizeToTray->setChecked(Settings::getInstance().getMinimizeToTray());
bodyUI->minimizeToTray->setEnabled(showSystemTray);
bodyUI->lightTrayIcon->setChecked(Settings::getInstance().getLightTrayIcon());
bodyUI->lightTrayIcon->setEnabled(showSystemTray);
bodyUI->statusChanges->setChecked(Settings::getInstance().getStatusChangeNotificationEnabled());
bodyUI->useEmoticons->setChecked(Settings::getInstance().getUseEmoticons());

Loading…
Cancel
Save