diff --git a/src/GUI.cpp b/src/GUI.cpp index 73fa73014..e7a67f865 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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)");