restore the primary_action mode settings in a tab after OnionShare reconnects to Tor

This commit is contained in:
Miguel Jacq 2022-10-10 11:19:31 +11:00
parent e506ccb27d
commit 7cc136d1ae
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -563,6 +563,7 @@ class Mode(QtWidgets.QWidget):
""" """
self.content_widget.show() self.content_widget.show()
self.tor_not_connected_widget.hide() self.tor_not_connected_widget.hide()
self.primary_action.show()
def tor_connection_stopped(self): def tor_connection_stopped(self):
""" """