Hide the Fillet command from the command palette (#4550)
* Add the ability to hide a command based on its availability status * Hide the Fillet command from the command bar unless in dev mode
This commit is contained in:
@ -279,6 +279,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
Fillet: {
|
||||
description: 'Fillet edge',
|
||||
icon: 'fillet',
|
||||
status: 'development',
|
||||
needsReview: true,
|
||||
args: {
|
||||
selection: {
|
||||
|
Reference in New Issue
Block a user