Move menu.yaml into app/

This commit is contained in:
Keith Edmunds 2025-02-23 09:20:30 +00:00
parent 632937101a
commit 68bdff53cf
2 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class Window(QMainWindow):
menu_bar = self.menuBar()
# Load menu structure from YAML file
with open("menu.yaml", "r") as file:
with open("app/menu.yaml", "r") as file:
menu_data = yaml.safe_load(file)
self.menu_actions = {} # Store reference for enabling/disabling actions