mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
Update title for system tray (#2041)
Using only Menu Bar confuses Linux users because ''Menu Bar'' word is only used withing Mac OS. So, also use "System Tray" word.
This commit is contained in:
parent
8944e10ae9
commit
76c9cd0af2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports =
|
||||||
systemTray:
|
systemTray:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: true
|
default: true
|
||||||
title: "Show icon in menu bar"
|
title: "Show icon in menu bar / system tray"
|
||||||
platforms: ['darwin', 'linux']
|
platforms: ['darwin', 'linux']
|
||||||
showImportant:
|
showImportant:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
|
|
Loading…
Reference in a new issue