mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-26 07:20:33 -04:00
Open Tor settings when canceling connecting to tor
This commit is contained in:
parent
d69f4b51d5
commit
cd95fcc61f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue