mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Default windowState to empty hash JSON string
This commit is contained in:
@@ -30,7 +30,7 @@ class AtomWindow
|
||||
@handleEvents()
|
||||
|
||||
loadSettings = _.extend({}, settings)
|
||||
loadSettings.windowState ?= ''
|
||||
loadSettings.windowState ?= '{}'
|
||||
|
||||
# Only send to the first non-spec window created
|
||||
if @constructor.includeShellLoadTime and not @isSpec
|
||||
|
||||
Reference in New Issue
Block a user