Changeset e618f18 in confclerk_git
- Timestamp:
- 10/05/17 23:06:56 (5 years ago)
- Branches:
- master
- Children:
- 4bf83ee
- Parents:
- 9b513f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/settingsdialog.cpp
r9b513f6 re618f18 37 37 port->setValue(AppSettings::proxyPort()); 38 38 const QNetworkProxy::ProxyType proxyType = AppSettings::proxyType(); 39 proxyTypeHTTP->setChecked(proxyType != QNetworkProxy::Socks5Proxy); // we enable it by default unless SOCKS5=139 proxyTypeHTTP->setChecked(proxyType != QNetworkProxy::Socks5Proxy); // we enable QNetworkProxy::HttpProxy by default unless we have QNetworkProxy::Socks5Proxy 40 40 proxyTypeSOCKS5->setChecked(proxyType == QNetworkProxy::Socks5Proxy); 41 41 directConnection->setChecked(AppSettings::isDirectConnection());
Note: See TracChangeset
for help on using the changeset viewer.