mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 22:00:38 -04:00
Fix bug when handling a broken tor connection
This commit is contained in:
parent
e2c94e49c9
commit
2a1963a8f5
2 changed files with 4 additions and 4 deletions
|
@ -380,10 +380,7 @@ class Tab(QtWidgets.QWidget):
|
|||
strings._("gui_tor_connection_lost"),
|
||||
strings._("gui_tor_connection_error_settings"),
|
||||
)
|
||||
|
||||
self.share_mode.handle_tor_broke()
|
||||
self.receive_mode.handle_tor_broke()
|
||||
self.website_mode.handle_tor_broke()
|
||||
self.get_mode().handle_tor_broke()
|
||||
|
||||
# Process events from the web object
|
||||
if self.mode == self.common.gui.MODE_SHARE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue