This commit is contained in:
Kevin Sawicki
2015-05-13 10:09:34 -07:00
parent f2c50bfd9e
commit 41d3764189

View File

@@ -502,12 +502,10 @@ class Atom extends Model
dimensions = @restoreWindowDimensions()
@show()
maximize = dimensions?.maximized and process.platform isnt 'darwin'
setImmediate =>
@focus()
@setFullScreen(true) if @workspace?.fullScreen
@maximize() if maximize
@maximize() if dimensions?.maximized and process.platform isnt 'darwin'
# Get the dimensions of this window.
#