mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
restore the primary_action mode settings in a tab after OnionShare reconnects to Tor
This commit is contained in:
parent
e506ccb27d
commit
7cc136d1ae
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ class Mode(QtWidgets.QWidget):
|
|||
"""
|
||||
self.content_widget.show()
|
||||
self.tor_not_connected_widget.hide()
|
||||
self.primary_action.show()
|
||||
|
||||
def tor_connection_stopped(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue