mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update SettingsTab.ts
This commit is contained in:
parent
901174ef25
commit
490d5e190b
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
|
|||
excludeFromFolderOverview: false,
|
||||
string: '',
|
||||
hideInSettings: false,
|
||||
detached: false,
|
||||
},
|
||||
excludePatternDefaultSettings: {
|
||||
type: 'pattern',
|
||||
|
|
@ -154,6 +155,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
|
|||
excludeFromFolderOverview: false,
|
||||
string: '',
|
||||
hideInSettings: false,
|
||||
detached: false,
|
||||
},
|
||||
hideCollapsingIcon: false,
|
||||
tabManagerEnabled: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue