mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 15:29:42 -05:00
Open Tor settings when canceling connecting to tor
This commit is contained in:
parent
fda4f5ff26
commit
17beca1692
@ -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…
Reference in New Issue
Block a user