cherry-pick #32: MDI pre-document tab for Silo new item (70118201b0)
This commit is contained in:
@@ -106,8 +106,11 @@ class AssemblyWorkbench(Workbench):
|
||||
"Assembly_CreateJointGearBelt",
|
||||
]
|
||||
|
||||
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly"), cmdList)
|
||||
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly Joints"), cmdListJoints)
|
||||
# Unavailable — EditingContextResolver controls visibility
|
||||
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly"), cmdList, "Unavailable")
|
||||
self.appendToolbar(
|
||||
QT_TRANSLATE_NOOP("Workbench", "Assembly Joints"), cmdListJoints, "Unavailable"
|
||||
)
|
||||
|
||||
self.appendMenu(
|
||||
[QT_TRANSLATE_NOOP("Workbench", "&Assembly")],
|
||||
|
||||
Reference in New Issue
Block a user