The <Restart>
component is a <MenuItem>
component that restarts the SmartDesktop on click.
It is included in the default File Menu.
<Restart>
accepts no props.
You can use the <Restart>
component from any menu:
<Menu>
...
<Restart />
...
</Menu>