Default devMode and safeMode to false

Esse commit está contido em:
Ben Ogle
2014-12-18 16:49:27 -08:00
commit 0db1971825
+2
Ver Arquivo
@@ -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