1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Desktop: Show note count by default

This commit is contained in:
Laurent Cozic 2019-11-11 08:44:54 +00:00
parent 9a2a223650
commit 18762cd4d5

View File

@ -247,7 +247,7 @@ class Setting extends BaseModel {
return output;
},
},
showNoteCounts: { value: false, type: Setting.TYPE_BOOL, public: true, appTypes: ['desktop'], label: () => _('Show note counts') },
showNoteCounts: { value: true, type: Setting.TYPE_BOOL, public: true, appTypes: ['desktop'], label: () => _('Show note counts') },
layoutButtonSequence: {
value: Setting.LAYOUT_ALL,
type: Setting.TYPE_INT,