OOPing it more: Removed gui_communication/menu_bar.py

This commit is contained in:
The Wobbler 2025-01-25 15:33:38 +01:00
parent 5e5521bc67
commit 07e53ef2e7
4 changed files with 7 additions and 22 deletions

View file

@ -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)