mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||
// If UPnP is not supported then disable it
|
||||
#ifdef NO_UPNP
|
||||
groupMainUPnP->setEnabled(false);
|
||||
disableUPnP->setChecked(true);
|
||||
disableUPnP->setChecked(false);
|
||||
#endif
|
||||
#ifdef Q_WS_WIN
|
||||
radioWinXPStyle->setEnabled(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue