mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(composer): don't show popout in composer on output
This commit is contained in:
parent
bd0c555c9a
commit
58780630b5
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class NylasEnvConstructor
|
|||
@getWindowType() is 'work'
|
||||
|
||||
isComposerWindow: ->
|
||||
@getWindowType() is 'composer'
|
||||
@getWindowType() in ["composer", "composer-preload"]
|
||||
|
||||
getWindowType: ->
|
||||
@getLoadSettings().windowType
|
||||
|
|
Loading…
Reference in a new issue