mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-14 20:32:15 -04:00
Tabs start out with new tab options, and remove the mode switcher from tabs
This commit is contained in:
parent
ed25b44e84
commit
6190de5c53
4 changed files with 113 additions and 119 deletions
|
@ -100,7 +100,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
|
||||
# Start with one tab
|
||||
self.tab = Tab(self.common, self.system_tray, self.status_bar, filenames)
|
||||
self.tabs.addTab(self.tab, "Tab 1")
|
||||
self.tabs.addTab(self.tab, "New Tab")
|
||||
|
||||
# Layout
|
||||
layout = QtWidgets.QVBoxLayout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue