1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #2461 from TheNain38/patch-1

This commit is contained in:
Nils Fenner 2015-11-06 17:44:20 +01:00
commit 43e8ebd055
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C

View File

@ -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());