summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-20 14:51:13 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-20 14:52:19 +0200
commit2e756e225a6c2b7972cfd9914ff935c290aa3b68 (patch)
tree0629f993fd2928796d9dece7efbb8b24ac0673d1
parent381ca084a93515b5f6004dafb2ed882818068791 (diff)
Root: Adjusted navbar menu items
-rw-r--r--src/ui/root.c5
1 files 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_[] = {
72 { "---" }, 72 { "---" },
73 { book_Icon " ${menu.bookmarks.list}", 0, 0, "!open url:about:bookmarks" }, 73 { book_Icon " ${menu.bookmarks.list}", 0, 0, "!open url:about:bookmarks" },
74 { "${menu.bookmarks.bytag}", 0, 0, "!open url:about:bookmarks?tags" }, 74 { "${menu.bookmarks.bytag}", 0, 0, "!open url:about:bookmarks?tags" },
75 { "${menu.bookmarks.bytime}", 0, 0, "!open url:about:bookmarks?created" },
76 { "---" },
77 { "${menu.downloads}", 0, 0, "downloads.open" },
78 { "${menu.feeds.entrylist}", 0, 0, "!open url:about:feeds" }, 75 { "${menu.feeds.entrylist}", 0, 0, "!open url:about:feeds" },
76// { "${menu.bookmarks.bytime}", 0, 0, "!open url:about:bookmarks?created" },
77 { "${menu.downloads}", 0, 0, "downloads.open" },
79 { "---" }, 78 { "---" },
80 { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, 79 { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" },
81 #if defined (LAGRANGE_ENABLE_WINSPARKLE) 80 #if defined (LAGRANGE_ENABLE_WINSPARKLE)