Open Tor settings when canceling connecting to tor

This commit is contained in:
Micah Lee 2021-10-13 19:19:53 -07:00
parent fda4f5ff26
commit 17beca1692
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -220,7 +220,7 @@ class MainWindow(QtWidgets.QMainWindow):
"_tor_connection_canceled", "_tor_connection_canceled",
"Settings button clicked", "Settings button clicked",
) )
self.open_settings() self.open_tor_settings()
if a.clickedButton() == quit_button: if a.clickedButton() == quit_button:
# Quit # Quit