Move "Check for program updates" checkbox out of Advanced settings

This commit is contained in:
Chocobo1 2019-08-28 12:35:06 +08:00
parent 4a9fc48dee
commit eb784b0d2e
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 20 additions and 19 deletions

View file

@ -69,10 +69,6 @@ private:
QLineEdit m_lineEditAnnounceIP;
// OS dependent settings
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
QCheckBox m_checkBoxUpdateCheck;
#endif
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
QCheckBox m_checkBoxUseIconTheme;
#endif