Browse Source

- UPnP is enabled as a default and there is no way to disable it at the moment (libtorrent API)

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
f7c4411c9a
  1. 2
      src/options_imp.cpp

2
src/options_imp.cpp

@ -71,7 +71,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){ @@ -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…
Cancel
Save