mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-29 23:46:13 +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'
|
@getWindowType() is 'work'
|
||||||
|
|
||||||
isComposerWindow: ->
|
isComposerWindow: ->
|
||||||
@getWindowType() is 'composer'
|
@getWindowType() in ["composer", "composer-preload"]
|
||||||
|
|
||||||
getWindowType: ->
|
getWindowType: ->
|
||||||
@getLoadSettings().windowType
|
@getLoadSettings().windowType
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue