mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +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:
|
||||
type: 'boolean'
|
||||
default: true
|
||||
title: "Show icon in menu bar"
|
||||
title: "Show icon in menu bar / system tray"
|
||||
platforms: ['darwin', 'linux']
|
||||
showImportant:
|
||||
type: 'boolean'
|
||||
|
|
Loading…
Reference in a new issue