Commit 827fd14e authored by Serge A. Zaitsev's avatar Serge A. Zaitsev

fixed list in readme

parent b6280ae4
...@@ -71,15 +71,15 @@ All functions are meant to be called from the UI thread only. ...@@ -71,15 +71,15 @@ All functions are meant to be called from the UI thread only.
## Roadmap ## Roadmap
[x] Cross-platform tray icon * [x] Cross-platform tray icon
[x] Cross-platform tray popup menu * [x] Cross-platform tray popup menu
[x] Separators in the menu * [x] Separators in the menu
[x] Disabled/enabled menu items * [x] Disabled/enabled menu items
[x] Checked/unchecked menu items * [x] Checked/unchecked menu items
[ ] Nested menus * [ ] Nested menus
[ ] Icons for menu items * [ ] Icons for menu items
[ ] Rewrite ObjC code in C using ObjC Runtime (now ObjC code breaks many linters and static analyzers) * [ ] Rewrite ObjC code in C using ObjC Runtime (now ObjC code breaks many linters and static analyzers)
[ ] Call GTK code using dlopen/dlsym (to make binaries run safely if Gtk libraries are not available) * [ ] Call GTK code using dlopen/dlsym (to make binaries run safely if Gtk libraries are not available)
## License ## License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment