SystemTrayComponentShell API
The <SystemTrayComponentShell>
component provides the necessary context for the system tray menu.
Props
The <SystemTrayComponentShell>
component accepts no props.
Usage
Here's how the <SystemTrayComponentShell>
component is used in the seed project:
<SystemTrayComponentShell>
<Preferences />
<SystemLog />
<CentralLogger />
<Documentation />
<Restart />
<Reset />
<Quit />
</SystemTrayComponentShell>