You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop: Add option to disable auto-matching braces (#2251)
* Add option to disable auto-matching braces * Only Make option desktop only
This commit is contained in:
committed by
Laurent Cozic
parent
4a2d9bb028
commit
e674d7d23b
@ -284,6 +284,14 @@ class Setting extends BaseModel {
|
||||
return options;
|
||||
},
|
||||
},
|
||||
'editor.autoMatchingBraces': {
|
||||
value: true,
|
||||
type: Setting.TYPE_BOOL,
|
||||
public: true,
|
||||
section: 'note',
|
||||
appTypes: ['desktop'],
|
||||
label: () => _('Auto-pair braces, parenthesis, quotations, etc.'),
|
||||
},
|
||||
'notes.sortOrder.reverse': { value: true, type: Setting.TYPE_BOOL, section: 'note', public: true, label: () => _('Reverse sort order'), appTypes: ['cli'] },
|
||||
'folders.sortOrder.field': {
|
||||
value: 'title',
|
||||
|
Reference in New Issue
Block a user