mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update GeneralSettings.ts
This commit is contained in:
parent
50bedc6ef4
commit
0adebd0042
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ export async function renderGeneral(settingsTab: SettingsTab) {
|
|||
);
|
||||
new Setting(containerEl)
|
||||
.setName('Move folder notes when moving the folder')
|
||||
.setDesc('Move the folder note when moving the folder')
|
||||
.setDesc('Move the folder note file along with the folder when it is moved')
|
||||
.addToggle((toggle) =>
|
||||
toggle
|
||||
.setValue(settingsTab.plugin.settings.syncMove)
|
||||
|
|
|
|||
Loading…
Reference in a new issue