Skip to content

Commit 9d90c90

Browse files
authored
docs: note that there are non tray icon events on linux (#3492)
1 parent 60319c9 commit 9d90c90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/learn/system-tray.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ The tray icon emits events for the following mouse events:
230230
- Move: triggered when the cursor moves around the tray icon area
231231
- Leave: triggered when the cursor leaves the tray icon area
232232

233+
:::note
234+
Linux: Unsupported. The event is not emitted even though the icon is shown and will still show a context menu on right click.
235+
:::
236+
233237
<Tabs>
234238
<TabItem label="JavaScript">
235239

0 commit comments

Comments
 (0)