diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index ed60021552..63c7b748c7 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -3716,6 +3716,9 @@ var ZoteroPane = new function() if (Zotero.Attachments.canFindPDFForItem(item)) { show.add(m.findPDF); show.add(m.sep3); + if (!collectionTreeRow.filesEditable) { + disable.add(m.findPDF); + } } if (Zotero.RecognizeDocument.canUnrecognize(item)) {