- UPnP / connectivity recommendation was active when on proxy rather
  than without
This commit is contained in:
Peter Šurda 2017-02-27 16:12:19 +01:00
parent e15d9e3e03
commit ff786725ed
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ class MyForm(settingsmixin.SMainWindow):
self.SOUND_DISCONNECTED, None)
if self.connected and \
not BMConfigParser().safeGetBoolean('bitmessagesettings', 'upnp') and \
BMConfigParser().get('bitmessagesettings', 'socksproxytype') != "none":
BMConfigParser().get('bitmessagesettings', 'socksproxytype') == "none":
self.statusBar().showMessage(_translate(
"MainWindow", "Problems connecting? Try enabling UPnP in the Network Settings"), 10000)
self.connected = False