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

Fix #2460 Light Icon setting disabled but should not

This commit is contained in:
TheNain38 2015-10-24 18:55:24 +02:00
parent 49aca4fcdc
commit 035fbc95b3

View File

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