mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Hiding SSL / SMTP option when building without SSL support
The SMTP server always uses unencrypted connections in this case so showing the check box is misleading
This commit is contained in:
committed by
sledgehammer999
parent
4a328843e4
commit
a848d3d2d8
@@ -149,6 +149,7 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
||||
|
||||
#if defined(QT_NO_OPENSSL)
|
||||
m_ui->checkWebUiHttps->setVisible(false);
|
||||
m_ui->checkSmtpSSL->setVisible(false);
|
||||
#endif
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user