From 2e756e225a6c2b7972cfd9914ff935c290aa3b68 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 20 Feb 2022 14:51:13 +0200 Subject: Root: Adjusted navbar menu items --- src/ui/root.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ui/root.c b/src/ui/root.c index 9dee50ae..1130cf67 100644 --- a/src/ui/root.c +++ b/src/ui/root.c @@ -72,10 +72,9 @@ static const iMenuItem navMenuItems_[] = { { "---" }, { book_Icon " ${menu.bookmarks.list}", 0, 0, "!open url:about:bookmarks" }, { "${menu.bookmarks.bytag}", 0, 0, "!open url:about:bookmarks?tags" }, - { "${menu.bookmarks.bytime}", 0, 0, "!open url:about:bookmarks?created" }, - { "---" }, - { "${menu.downloads}", 0, 0, "downloads.open" }, { "${menu.feeds.entrylist}", 0, 0, "!open url:about:feeds" }, +// { "${menu.bookmarks.bytime}", 0, 0, "!open url:about:bookmarks?created" }, + { "${menu.downloads}", 0, 0, "downloads.open" }, { "---" }, { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, #if defined (LAGRANGE_ENABLE_WINSPARKLE) -- cgit v1.2.3