Skip to content

Commit

Permalink
Remove Excel AAS Generator Tool from menu
Browse files Browse the repository at this point in the history
It is not updated for metamodel V3.0 of AAS
  • Loading branch information
zrgt committed Jun 12, 2024
1 parent 08c1f5c commit 5382d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas_editor/editorApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def initMenu(self):

self.menuTools = QMenu("&Tools", self.menubar)
self.menuTools.addAction(self.complToolDialogAct)
self.menuTools.addAction(self.importToolAct)
# self.menuTools.addAction(self.importToolAct)

self.menuHelp = QMenu("&Help", self.menubar)
self.menuHelp.addAction(self.aboutDialogAct)
Expand Down

0 comments on commit 5382d9d

Please sign in to comment.