tweaked DropdownItem styling and removed dev process fluff

This commit is contained in:
Frank Johnson
2021-09-07 21:25:54 -04:00
parent 678754d251
commit c95bfc400b
2 changed files with 2 additions and 14 deletions

View File

@@ -49,16 +49,6 @@ const fileMenuConfig = {
config.callback = handleStlDownload
return <DropdownItem {...props} />
}
},
{
label: 'Cook Donut',
shortcut: 'ctrl+d, command+d',
shortcutLabel: cmdOrCtrl() + ' D',
component: (props) => {
const { config } = props
config.callback = () => alert('Donut is cooked!')
return <DropdownItem {...props} />
}
}