From 10500c78b17f0e362608fe98bb8826a4af0a35dc Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Wed, 22 May 2019 11:18:16 -0400 Subject: [PATCH] All: Fix: Default sort order for notebooks should be title and ascending (#1541) --- ReactNativeClient/lib/models/Setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeClient/lib/models/Setting.js b/ReactNativeClient/lib/models/Setting.js index 555f0065c..ce17cd754 100644 --- a/ReactNativeClient/lib/models/Setting.js +++ b/ReactNativeClient/lib/models/Setting.js @@ -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 {