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:
Frank Noirot
2024-11-22 16:32:28 -05:00
committed by GitHub
parent 6f169ab297
commit b415349af6
3 changed files with 9 additions and 1 deletions

View File

@ -279,6 +279,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
Fillet: {
description: 'Fillet edge',
icon: 'fillet',
status: 'development',
needsReview: true,
args: {
selection: {