parent
a66db9b52b
commit
5ad5598089
1 changed files with 5 additions and 4 deletions
|
@ -93,10 +93,11 @@ Zotero_File_Exporter.prototype.save = async function () {
|
|||
}
|
||||
}
|
||||
}
|
||||
// Otherwise exclude note export translators
|
||||
else {
|
||||
translators = translators.filter(t => !t.configOptions || !t.configOptions.noteTranslator);
|
||||
}
|
||||
}
|
||||
|
||||
// Exclude note translators if not exporting notes
|
||||
if (!exportingNotes) {
|
||||
translators = translators.filter(t => !t.configOptions || !t.configOptions.noteTranslator);
|
||||
}
|
||||
|
||||
// present options dialog
|
||||
|
|
Loading…
Reference in a new issue