From 827fd14e976c21495a3c46bf5d45acd02e9e897e Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Mon, 9 Jan 2017 16:41:36 +0200 Subject: [PATCH] fixed list in readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 38d5a70..e1c6fa6 100644 --- a/README.md +++ b/README.md @@ -71,15 +71,15 @@ All functions are meant to be called from the UI thread only. ## Roadmap -[x] Cross-platform tray icon -[x] Cross-platform tray popup menu -[x] Separators in the menu -[x] Disabled/enabled menu items -[x] Checked/unchecked menu items -[ ] Nested menus -[ ] Icons for menu items -[ ] 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) +* [x] Cross-platform tray icon +* [x] Cross-platform tray popup menu +* [x] Separators in the menu +* [x] Disabled/enabled menu items +* [x] Checked/unchecked menu items +* [ ] Nested menus +* [ ] Icons for menu items +* [ ] 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) ## License