mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 01:50:11 -05:00
Merge pull request #1625 from mig5/restore_primary_action_after_tor_reconnection
restore the primary_action mode settings in a tab after OnionShare reconnects to Tor
This commit is contained in:
commit
e129f73934
@ -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…
x
Reference in New Issue
Block a user