Default devMode and safeMode to false

This commit is contained in:
Ben Ogle
2014-12-18 16:49:27 -08:00
parent 80c828d001
commit 0db1971825

View File

@@ -38,6 +38,8 @@ class AtomWindow
loadSettings.windowState ?= '{}'
loadSettings.appVersion = app.getVersion()
loadSettings.resourcePath = @resourcePath
loadSettings.devMode ?= false
loadSettings.safeMode ?= false
# Only send to the first non-spec window created
if @constructor.includeShellLoadTime and not @isSpec