Move menu.yaml into app/
This commit is contained in:
parent
632937101a
commit
68bdff53cf
@ -619,7 +619,7 @@ class Window(QMainWindow):
|
|||||||
menu_bar = self.menuBar()
|
menu_bar = self.menuBar()
|
||||||
|
|
||||||
# Load menu structure from YAML file
|
# 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)
|
menu_data = yaml.safe_load(file)
|
||||||
|
|
||||||
self.menu_actions = {} # Store reference for enabling/disabling actions
|
self.menu_actions = {} # Store reference for enabling/disabling actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user