diff --git a/internal_packages/preferences/lib/tabs/workspace-section.jsx b/internal_packages/preferences/lib/tabs/workspace-section.jsx index 401e08501..c147990a4 100644 --- a/internal_packages/preferences/lib/tabs/workspace-section.jsx +++ b/internal_packages/preferences/lib/tabs/workspace-section.jsx @@ -143,7 +143,9 @@ const WorkspaceSection = (props) => { />
- N1 launch on system start only works in XDG-compliant desktop environments. + "Launch on system start" only works in XDG-compliant desktop environments. + To enable the N1 icon in the system tray, you may need to install libappindicator1. + (i.e., sudo apt-get install libappindicator1)
); diff --git a/menus/linux.json b/menus/linux.json index 1045b6f9d..202867536 100644 --- a/menus/linux.json +++ b/menus/linux.json @@ -41,12 +41,18 @@ { "label": "&View", "submenu": [ - { "label": "Single Panel Mode", "type": "checkbox", "command": "application:select-list-mode" }, - { "label": "Two Panel Mode", "type": "checkbox", "command": "application:select-split-mode" }, + { "type": "separator", "id": "mailbox-navigation"}, + { "label": "Go to Inbox", "command": "navigation:go-to-inbox" }, + { "label": "Go to Starred", "command": "navigation:go-to-starred" }, + { "label": "Go to Sent", "command": "navigation:go-to-sent" }, + { "label": "Go to Drafts", "command": "navigation:go-to-drafts" }, + { "label": "Go to All mail", "command": "navigation:go-to-all" }, { "type": "separator" }, - { "label": "Toggle &Full Screen", "command": "window:toggle-full-screen" } + { "label": "Enter Full Screen", "command": "window:toggle-full-screen" }, + { "label": "Exit Full Screen", "command": "window:toggle-full-screen", "visible": false } ] }, + { "label": "Thread", "submenu": [ diff --git a/menus/win32.json b/menus/win32.json index 95990d3ff..1d57b3300 100644 --- a/menus/win32.json +++ b/menus/win32.json @@ -23,12 +23,18 @@ { "label": "&View", "submenu": [ - { "label": "Single Panel Mode", "type": "checkbox", "command": "application:select-list-mode" }, - { "label": "Two Panel Mode", "type": "checkbox", "command": "application:select-split-mode" }, + { "type": "separator", "id": "mailbox-navigation"}, + { "label": "Go to Inbox", "command": "navigation:go-to-inbox" }, + { "label": "Go to Starred", "command": "navigation:go-to-starred" }, + { "label": "Go to Sent", "command": "navigation:go-to-sent" }, + { "label": "Go to Drafts", "command": "navigation:go-to-drafts" }, + { "label": "Go to All mail", "command": "navigation:go-to-all" }, { "type": "separator" }, - { "label": "Toggle &Full Screen", "command": "window:toggle-full-screen" } + { "label": "Enter Full Screen", "command": "window:toggle-full-screen" }, + { "label": "Exit Full Screen", "command": "window:toggle-full-screen", "visible": false } ] }, + { "label": "Thread", "submenu": [