All: Fix: Default sort order for notebooks should be title and ascending (#1541)

pull/1597/head
Helmut K. C. Tessarek 2019-05-22 11:18:16 -04:00 committed by Laurent Cozic
parent 0040cc02a2
commit 10500c78b1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Setting extends BaseModel {
}
return options;
}},
'folders.sortOrder.reverse': { value: true, type: Setting.TYPE_BOOL, public: true, label: () => _('Reverse sort order'), appTypes: ['cli'] },
'folders.sortOrder.reverse': { value: false, type: Setting.TYPE_BOOL, public: true, label: () => _('Reverse sort order'), appTypes: ['cli'] },
'trackLocation': { value: true, type: Setting.TYPE_BOOL, section: 'note', public: true, label: () => _('Save geo-location with notes') },
'newTodoFocus': { value: 'title', type: Setting.TYPE_STRING, section: 'note', isEnum: true, public: true, appTypes: ['desktop'], label: () => _('When creating a new to-do:'), options: () => {
return {