mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 01:46:28 -04:00
Check if Tor is connected instead of if the Tor controller is authenticated
This commit is contained in:
parent
08ae2e616b
commit
e6a0b97283
@ -128,7 +128,7 @@ class Mode(QtWidgets.QWidget):
|
||||
self.wrapper_layout.addWidget(self.tor_not_connected_widget)
|
||||
self.setLayout(self.wrapper_layout)
|
||||
|
||||
if self.common.gui.onion.is_authenticated():
|
||||
if self.common.gui.onion.connected_to_tor:
|
||||
self.tor_connection_started()
|
||||
else:
|
||||
self.tor_connection_stopped()
|
||||
@ -571,6 +571,6 @@ class Mode(QtWidgets.QWidget):
|
||||
if self.common.gui.local_only:
|
||||
self.tor_connection_started()
|
||||
return
|
||||
|
||||
|
||||
self.content_widget.hide()
|
||||
self.tor_not_connected_widget.show()
|
||||
|
Loading…
x
Reference in New Issue
Block a user