mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-20 07:00:45 +08:00
fix(config-schema): Explitly mention swipe gesture
This commit is contained in:
parent
da2c9145b4
commit
d940f8df08
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports =
|
||||||
backspaceDelete:
|
backspaceDelete:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: false
|
default: false
|
||||||
title: "Use backspace / delete to move messages to trash"
|
title: "Swipe gesture and backspace / delete move messages to trash"
|
||||||
sending:
|
sending:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue