From 17beca1692105681f7b1fa6b08eeffc6fd73d997 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 13 Oct 2021 19:19:53 -0700 Subject: [PATCH] Open Tor settings when canceling connecting to tor --- desktop/src/onionshare/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/onionshare/main_window.py b/desktop/src/onionshare/main_window.py index 0e7e3f88..b3f8b6c9 100644 --- a/desktop/src/onionshare/main_window.py +++ b/desktop/src/onionshare/main_window.py @@ -220,7 +220,7 @@ class MainWindow(QtWidgets.QMainWindow): "_tor_connection_canceled", "Settings button clicked", ) - self.open_settings() + self.open_tor_settings() if a.clickedButton() == quit_button: # Quit