1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Cli: Resolves #6478: Added note count indicator per notebook (#6526)

This commit is contained in:
Eduardo Esparza
2022-06-26 09:55:49 -07:00
committed by GitHub
parent d293474402
commit 8f3fd0bf8b
2 changed files with 14 additions and 1 deletions

View File

@ -864,7 +864,7 @@ class Setting extends BaseModel {
public: false,
},
showNoteCounts: { value: true, type: SettingItemType.Bool, storage: SettingStorage.File, isGlobal: true, public: false, advanced: true, appTypes: [AppType.Desktop], label: () => _('Show note counts') },
showNoteCounts: { value: true, type: SettingItemType.Bool, storage: SettingStorage.File, isGlobal: true, public: false, advanced: true, appTypes: [AppType.Desktop,AppType.Cli], label: () => _('Show note counts') },
layoutButtonSequence: {
value: Setting.LAYOUT_ALL,