mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add minimize/maxmize to AtomWindow
This commit is contained in:
@@ -138,6 +138,10 @@ class AtomWindow
|
||||
|
||||
getSize: -> @browserWindow.getSize()
|
||||
|
||||
minimize: -> @browserWindow.minimize()
|
||||
|
||||
maximize: -> @browserWindow.maximize()
|
||||
|
||||
handlesAtomCommands: ->
|
||||
not @isSpecWindow() and @isWebViewFocused()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user