mirror of
https://github.com/onionshare/onionshare.git
synced 2025-11-30 02:56:50 -05:00
Fix the settings tab calls
This commit is contained in:
parent
2d7e980ade
commit
fdc7ba9228
4 changed files with 40 additions and 38 deletions
|
|
@ -149,7 +149,7 @@ class AutoConnectTab(QtWidgets.QWidget):
|
|||
self.curr_settings.save()
|
||||
|
||||
def open_tor_settings(self):
|
||||
self.parent.open_tor_settings_tab(from_autoconnect=True)
|
||||
self.parent.open_settings_tab(from_autoconnect=True)
|
||||
|
||||
def first_launch_widget_connect_clicked(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue