mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 20:44:23 -04: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)
|
connection_tab.close_this_tab.connect(self.close_connection_tab)
|
||||||
self.tabs[self.current_tab_id] = connection_tab
|
self.tabs[self.current_tab_id] = connection_tab
|
||||||
self.current_tab_id += 1
|
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)
|
self.setCurrentIndex(index)
|
||||||
|
|
||||||
def open_settings_tab(self):
|
def open_settings_tab(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue