This commit is contained in:
rattatwinko
2025-05-25 21:27:58 +02:00
parent b704c8623d
commit 0586d63b31

View File

@@ -448,6 +448,11 @@ class MainWindow(QMainWindow):
"""Create the menu bar with model and camera menus""" """Create the menu bar with model and camera menus"""
menubar = self.menuBar() menubar = self.menuBar()
# File Menu - Continue l8tr
file_menu = menubar.addMenu('File')
# Model menu # Model menu
model_menu = menubar.addMenu('Model') model_menu = menubar.addMenu('Model')