fix(linux): Add libappindicator1 note, improved View menu

This commit is contained in:
Ben Gotow 2016-05-15 00:05:25 -05:00
parent 46c563f7b0
commit d2281c75d0
3 changed files with 21 additions and 7 deletions

View file

@ -143,7 +143,9 @@ const WorkspaceSection = (props) => {
/>
<div className="platform-note platform-linux-only">
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., <code>sudo apt-get install libappindicator1</code>)
</div>
</section>
);

View file

@ -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": [

View file

@ -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": [