PDF indexing is an opt-in

This commit is contained in:
Simon Cambier
2022-09-30 22:30:41 +02:00
parent 5d1e1da45b
commit e9efed270f
4 changed files with 33 additions and 8 deletions

View File

@@ -144,6 +144,9 @@
}
function switchToInFileModal(): void {
if (selectedNote.path.endsWith('.pdf')) {
return
}
saveCurrentQuery()
modal.close()
if (selectedNote) {