![trop[bot]](/assets/img/avatar_default.png)
* docs: add `Menu` module tutorials * link API docs to new tutorials * removed unreferenced fiddles * add wording for new types * fix import sort errors * delete accelerator.md * fixes Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao <ezhao@slack-corp.com>
19 lines
739 B
HTML
19 lines
739 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
|
|
<title>Tray Menu Demo</title>
|
|
</head>
|
|
<body>
|
|
<h1>Tray Menu Demo</h1>
|
|
<p>This app will stay running even after all windows are closed.</p>
|
|
<ul>
|
|
<li>Use the "Open App" menu item to focus the main window (or open one if it does not exist).</li>
|
|
<li>Change between red and green Tray icons with the "Set Green Icon" checkbox.</li>
|
|
<li>Give the Tray icon a title using the "Set Title" checkbox.</li>
|
|
<li>Quit the app using the "Quit" menu item.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|