mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Merge pull request #5549 from briankendall/smtp_ssl_bug_fixes
Fixes bug where sending email could silently fail
This commit is contained in:
@@ -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