Skip to content

Commit 8617dcc

Browse files
committed
Update README.md
Signed-off-by: Robert J Spencer <[email protected]>
1 parent d9dcf00 commit 8617dcc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
![tray](https://raw.githubusercontent.com/StirlingLabs/tray/v23.08.3/tray.jpg)
1+
![tray](https://raw.githubusercontent.com/StirlingLabs/tray/v23.08.1/tray.jpg)
22
# System Tray / Menu Bar / Indicator Icon
33

4-
Cross-platform, super tiny C99[^1] implementation of a system tray/menu bar icon with popup menu.
4+
Cross-platform, super tiny[^1] C99-based implementation of a system tray/menu bar icon with popup menu.
55

6-
[^1]: At least, it's super tiny and C99 on Mac & Windows.
6+
[^1]: It's super tiny on both Mac & Windows.
77

8-
The optional primary-click callback can hide/show a window while secondary-click shows a menu.
9-
If no callback is specified, either click will show the menu. The system can be dynamically
10-
updated; icon, tooltip, menu items and status (checked/unchecked & enabled/disabled) can all be
8+
The optional primary-click callback can hide/show a window while secondary-click shows a menu, or if
9+
no callback is specified, either click will show the menu. The system can be dynamically
10+
updated; icon, tooltip, menu item text and status (checked/unchecked & enabled/disabled) can all be
1111
both queried and changed at runtime.
1212

13-
Code is C++ friendly and will compile fine in C99 or C++98 and up on Windows or Mac but requires C++17 on Linux.
13+
Code is C++ friendly and will compile fine in C99 or C++98 and up on Windows, Objective-C on Mac but C++20 on Linux.
1414

1515
Focussed PRs are welcome, especially improvements to the Linux implementation. The goal is to
1616
keep the code as simple as possible, so functionality beyond presenting a tray icon and menu is

0 commit comments

Comments
 (0)