📝 Mention platform limitations on Linux.
This commit is contained in:
parent
540e6ff01b
commit
01e93c108c
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ appIcon.setContextMenu(contextMenu);
|
|||
__Platform limitations:__
|
||||
|
||||
* On OS X `clicked` event will be ignored if the tray icon has context menu.
|
||||
* On Linux app indicator will be used if it is supported, otherwise
|
||||
`GtkStatusIcon` will be used instead.
|
||||
* App indicator will only be showed when it has context menu.
|
||||
* When app indicator is used on Linux, `clicked` event is ignored.
|
||||
|
||||
So if you want to keep exact same behaviors on all platforms, you should not
|
||||
rely on `clicked` event and always attach a context menu to the tray icon.
|
||||
|
||||
## Class: Tray
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue