Merge pull request #1808 from rittbys/master

Changed GoogleInbox to Inbox by Gmail (TEMPORARY PATCH)
This commit is contained in:
Ben Gotow 2016-03-24 10:27:27 -07:00
commit 07d218dd6a
2 changed files with 1 additions and 1 deletions

View file

@ -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)