mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
feat(work-window): give work window a standard toolbar
Fixes T3457 "Activity" window needs a close affordance
This commit is contained in:
parent
1ca52c89f0
commit
73dc68e46e
1 changed files with 1 additions and 2 deletions
|
@ -95,11 +95,10 @@ class WindowManager
|
||||||
@_workWindow = null
|
@_workWindow = null
|
||||||
|
|
||||||
ensureWorkWindow: ->
|
ensureWorkWindow: ->
|
||||||
console.log('ensureWorkWindow')
|
|
||||||
@_workWindow ?= @newWindow
|
@_workWindow ?= @newWindow
|
||||||
windowType: 'work'
|
windowType: 'work'
|
||||||
title: 'Activity'
|
title: 'Activity'
|
||||||
toolbar: false
|
toolbar: true
|
||||||
neverClose: true
|
neverClose: true
|
||||||
width: 800
|
width: 800
|
||||||
height: 400
|
height: 400
|
||||||
|
|
Loading…
Reference in a new issue