forked from Wobbl/Wobuzz
OOPing it more: Removed gui_communication/menu_bar.py
This commit is contained in:
parent
5e5521bc67
commit
07e53ef2e7
4 changed files with 7 additions and 22 deletions
|
@ -9,7 +9,7 @@ class GUI:
|
|||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
self.window = MainWindow()
|
||||
self.window = MainWindow(app)
|
||||
self.settings = self.window.settings
|
||||
|
||||
self.window.addDockWidget(Qt.DockWidgetArea.RightDockWidgetArea, self.app.library.main_library_dock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue