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:
Saptak Sengupta 2022-10-18 13:39:22 +05:30 committed by GitHub
commit e129f73934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):
"""