mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use default dimensions the first time we load a window, but saved dimensions after that.
This commit is contained in:
@@ -49,6 +49,7 @@ class AtomWindow
|
||||
loadSettings.devMode ?= false
|
||||
loadSettings.safeMode ?= false
|
||||
loadSettings.atomHome = process.env.ATOM_HOME
|
||||
loadSettings.firstLoad = true
|
||||
|
||||
# Only send to the first non-spec window created
|
||||
if @constructor.includeShellLoadTime and not @isSpec
|
||||
|
||||
Reference in New Issue
Block a user