Skip to content

Commit 65a957e

Browse files
authored
Update README.md
1 parent cba9818 commit 65a957e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
- Adds support for checkable items, dividers, and submenus, including nested submenus.
2727
- Supports primary action for Windows, macOS, and Linux.
2828
- On Windows, the primary action is triggered by a left-click on the tray icon.
29-
- On macOS, left-clicking opens the tray menu (macOS convention) while right-clicking has no effect. The primary action is added as the first item in the menu.
30-
- On Linux, due to the limitations of `libappindicator`, the primary action creates an item at the top of the context menu (with a customizable label). If the context menu is empty, the library uses `gtkstatusicon` to capture the primary action without needing to add an item to the context menu.
29+
- On macOS, left-clicking opens the tray menu while right-clicking has no effect. The primary action is added as the first item in the menu. See #209
30+
- On Linux, due to the limitations of `libappindicator`, the primary action creates an item at the top of the context menu (with a customizable label). If the context menu is empty, the library uses `gtkstatusicon` to capture the primary action without needing to add an item to the context menu. see #210
3131
- **Single Instance Management**: Ensures that only one instance of the application can run at a time and allows restoring focus to the running instance when another instance is attempted.
3232
- **Tray Position Detection**: Allows determining the position of the system tray, which helps in positioning related windows appropriately.
3333
- **Compose Recomposition Support**: The tray supports Compose recomposition, making it possible to dynamically show or hide the tray icon, for example:

0 commit comments

Comments
 (0)