mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
fix(linux): Add libappindicator1 note, improved View menu
This commit is contained in:
parent
46c563f7b0
commit
d2281c75d0
3 changed files with 21 additions and 7 deletions
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue