mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +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
68bf080b57
commit
66eca644cb
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