Open kayvanbree opened 3 months ago
A callback that would be used to disable the option in the menu (grayed out and unclickable) and pause the corresponding hotkey.
{ label: "Disabled", disabled: () => { this.selected == null; } }
A callback that would be used to disable the option in the menu (grayed out and unclickable) and pause the corresponding hotkey.