mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update deleteConfirmation.ts
This commit is contained in:
parent
355a65d6c9
commit
98b283f5c1
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export default class DeleteConfirmationModal extends Modal {
|
|||
} else {
|
||||
this.plugin.settings.showDeleteConfirmation = true;
|
||||
}
|
||||
this.plugin.saveSettings();
|
||||
});
|
||||
const checkBoxText = buttonContainer.createEl('span', { text: 'Don\'t ask again' });
|
||||
checkBoxText.addEventListener('click', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue