mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 14:44:52 +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
93209c9f71
commit
760311f1fc
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…
Add table
Reference in a new issue