Update deleteConfirmation.ts

This commit is contained in:
Lost Paul 2023-03-20 22:45:42 +01:00
parent 355a65d6c9
commit 98b283f5c1

View file

@ -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', () => {