mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Changed GoogleInbox to InboxByGoogle (TEMPORARY PATCH)
This commit is contained in:
parent
a791ae76e0
commit
24fb85b266
2 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class KeymapManager extends AtomKeymap
|
|||
templateKeymapPath = null
|
||||
reloadTemplateKeymap = =>
|
||||
@removeBindingsFromSource(templateKeymapPath) if templateKeymapPath
|
||||
templateFile = NylasEnv.config.get(templateConfigKey)
|
||||
templateFile = NylasEnv.config.get(templateConfigKey).replace("GoogleInbox", "Inbox by Gmail")
|
||||
if templateFile
|
||||
templateKeymapPath = fs.resolve(path.join(@resourcePath, 'keymaps', 'templates'), templateFile, ['cson', 'json'])
|
||||
if fs.existsSync(templateKeymapPath)
|
||||
|
|
Loading…
Reference in a new issue