Browse Source

- UPnP is on as a default, display the display message

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
eb85389c0a
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

@ -1126,6 +1126,7 @@ void GUI::configureSession(bool deleteOptions){ @@ -1126,6 +1126,7 @@ void GUI::configureSession(bool deleteOptions){
BTSession.disableUPnP();
}
#endif
setInfoBar(tr("UPnP support [ON]"), "blue");
// PeX
if(!options->isPeXDisabled()){
qDebug("Enabling Peer eXchange (PeX)");

Loading…
Cancel
Save