mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
Linux: fix an escaped tag in Preferences > General (#51)
* fix an escaped tag In the General preferences tag, the code tag was visible inside of a note * Update workspace-section.jsx
This commit is contained in:
parent
26545f2c8b
commit
bb0ef0b86e
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ const WorkspaceSection = props => {
|
||||||
|
|
||||||
<div className="platform-note platform-linux-only">
|
<div className="platform-note platform-linux-only">
|
||||||
"Launch on system start" only works in XDG-compliant desktop environments. To
|
"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.,
|
enable the Mailspring icon in the system tray, you may need to install libappindicator1. (i.e.,
|
||||||
<code>sudo apt-get install libappindicator1</code>)
|
<code>sudo apt-get install libappindicator1</code>)
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue