Update GeneralSettings.ts

This commit is contained in:
Lost Paul 2025-06-30 16:01:10 +02:00
parent 50bedc6ef4
commit 0adebd0042

View file

@ -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)