mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(workspace-mode): Add to config schema so it defaults to list properly
This commit is contained in:
parent
748c4c899c
commit
8db4f82dc4
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ module.exports =
|
|||
core:
|
||||
type: 'object'
|
||||
properties:
|
||||
workspace:
|
||||
type: 'object'
|
||||
properties:
|
||||
mode:
|
||||
type: 'string'
|
||||
default: 'list'
|
||||
enum: ['split', 'list']
|
||||
showUnreadBadge:
|
||||
type: 'boolean'
|
||||
default: true
|
||||
|
|
Loading…
Reference in a new issue