Remove hole from toolbar (#5543)
* Remove hole from toolbar Fixes #5542 * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -197,15 +197,6 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
|
||||
description: 'Hollow out a 3D solid.',
|
||||
links: [{ label: 'KCL docs', url: 'https://zoo.dev/docs/kcl/shell' }],
|
||||
},
|
||||
{
|
||||
id: 'hole',
|
||||
onClick: () => console.error('Hole not yet implemented'),
|
||||
icon: 'hole',
|
||||
status: 'unavailable',
|
||||
title: 'Hole',
|
||||
description: 'Create a hole in a 3D solid.',
|
||||
links: [],
|
||||
},
|
||||
'break',
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user