diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-27 09:28:43 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-27 09:28:43 +0200 |
commit | de350bd1bfd51ee62a866b8f4a980b5cc4a9eeb9 (patch) | |
tree | 3ceae53f6a85eed961ff26311d32ae74948c2d70 /src/ui | |
parent | 474843be86b5521b7899b498a96818b3b7100528 (diff) |
Window: Added "Show Feed Entries" menu item
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index b4b8fff6..637018a9 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -111,6 +111,8 @@ static const iMenuItem navMenuItems_[] = { | |||
111 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, | 111 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, |
112 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, | 112 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, |
113 | { "---", 0, 0, NULL }, | 113 | { "---", 0, 0, NULL }, |
114 | { "Show Feed Entries", 0, 0, "!open url:about:feeds" }, | ||
115 | { "---", 0, 0, NULL }, | ||
114 | { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, | 116 | { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, |
115 | { "Help", SDLK_F1, 0, "!open url:about:help" }, | 117 | { "Help", SDLK_F1, 0, "!open url:about:help" }, |
116 | { "Release Notes", 0, 0, "!open url:about:version" }, | 118 | { "Release Notes", 0, 0, "!open url:about:version" }, |