mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +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:
|
core:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
workspace:
|
||||||
|
type: 'object'
|
||||||
|
properties:
|
||||||
|
mode:
|
||||||
|
type: 'string'
|
||||||
|
default: 'list'
|
||||||
|
enum: ['split', 'list']
|
||||||
showUnreadBadge:
|
showUnreadBadge:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Reference in a new issue