tweaked DropdownItem styling and removed dev process fluff
This commit is contained in:
@@ -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} />
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user