diff --git a/menu.yaml b/app/menu.yaml similarity index 100% rename from menu.yaml rename to app/menu.yaml diff --git a/app/musicmuster.py b/app/musicmuster.py index cdd541c..c6d12b1 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -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