set minimize to tray icon default to false because some systems do not support it

This commit is contained in:
csoler 2019-01-13 23:23:41 +01:00
parent fd74123b45
commit 2de7ac26d5
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -79,6 +79,8 @@ GeneralPage::GeneralPage(QWidget * parent, Qt::WindowFlags flags) :
ui.autoLogin->setToolTip(tr("Your RetroShare build has auto-login disabled."));
#endif // RS_AUTOLOGIN
ui.checkCloseToTray->setChecked(false) ; // default should be false because some systems to not support this.
/* Connect signals */
connect(ui.useLocalServer, SIGNAL(toggled(bool)), this,SLOT(updateUseLocalServer())) ;
connect(ui.idleSpinBox, SIGNAL(valueChanged(int)), this,SLOT(updateMaxTimeBeforeIdle())) ;