Add menu options for Whitebox Wedge and Cylinder creation

This commit is contained in:
2026-04-15 08:06:42 +02:00
parent 5ce46bad51
commit 1d96c0e3ce

View File

@@ -10647,6 +10647,18 @@ export function App({ store, initialStatusMessage }: AppProps) {
testId: "add-menu-box",
onSelect: beginBoxCreation
},
{
kind: "action",
label: "Whitebox Wedge",
testId: "add-menu-wedge",
onSelect: beginWedgeCreation
},
{
kind: "action",
label: "Whitebox Cylinder",
testId: "add-menu-cylinder",
onSelect: beginCylinderCreation
},
{
kind: "action",
label: "Path",