From eb85389c0adb82ba62fa8d4bfb3dbbc47ec49ec4 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 12 Apr 2007 17:25:47 +0000 Subject: [PATCH] - UPnP is on as a default, display the display message --- src/GUI.cpp | 1 + 1 file changed, 1 insertion(+) 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)");