mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Fix window title in quickstart
This commit is contained in:
parent
97a604a4c8
commit
3b16ca461b
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class TabWidget(QtWidgets.QTabWidget):
|
|||
connection_tab.close_this_tab.connect(self.close_connection_tab)
|
||||
self.tabs[self.current_tab_id] = connection_tab
|
||||
self.current_tab_id += 1
|
||||
index = self.addTab(connection_tab, strings._("gui_settings_window_title"))
|
||||
index = self.addTab(connection_tab, strings._("gui_autoconnect_start"))
|
||||
self.setCurrentIndex(index)
|
||||
|
||||
def open_settings_tab(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue