mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 15:29:42 -05:00
Fix window title in quickstart
This commit is contained in:
parent
97a604a4c8
commit
3b16ca461b
@ -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…
Reference in New Issue
Block a user