Typo
- UPnP / connectivity recommendation was active when on proxy rather than without
This commit is contained in:
parent
e15d9e3e03
commit
ff786725ed
|
@ -1669,7 +1669,7 @@ class MyForm(settingsmixin.SMainWindow):
|
||||||
self.SOUND_DISCONNECTED, None)
|
self.SOUND_DISCONNECTED, None)
|
||||||
if self.connected and \
|
if self.connected and \
|
||||||
not BMConfigParser().safeGetBoolean('bitmessagesettings', 'upnp') and \
|
not BMConfigParser().safeGetBoolean('bitmessagesettings', 'upnp') and \
|
||||||
BMConfigParser().get('bitmessagesettings', 'socksproxytype') != "none":
|
BMConfigParser().get('bitmessagesettings', 'socksproxytype') == "none":
|
||||||
self.statusBar().showMessage(_translate(
|
self.statusBar().showMessage(_translate(
|
||||||
"MainWindow", "Problems connecting? Try enabling UPnP in the Network Settings"), 10000)
|
"MainWindow", "Problems connecting? Try enabling UPnP in the Network Settings"), 10000)
|
||||||
self.connected = False
|
self.connected = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user