mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- UPnP is enabled as a default and there is no way to disable it at the moment (libtorrent API)
This commit is contained in:
parent
36d073d597
commit
f7c4411c9a
@ -71,7 +71,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||||||
// If UPnP is not supported then disable it
|
// If UPnP is not supported then disable it
|
||||||
#ifdef NO_UPNP
|
#ifdef NO_UPNP
|
||||||
groupMainUPnP->setEnabled(false);
|
groupMainUPnP->setEnabled(false);
|
||||||
disableUPnP->setChecked(true);
|
disableUPnP->setChecked(false);
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
radioWinXPStyle->setEnabled(true);
|
radioWinXPStyle->setEnabled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user