Don't show "Export PDF" in reader
Save As already exists
This commit is contained in:
parent
e0097df068
commit
f2209974b2
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ const ZoteroStandalone = new function() {
|
|||
let sep = menuitem.nextSibling;
|
||||
|
||||
let zp = Zotero.getActiveZoteroPane();
|
||||
if (zp) {
|
||||
if (zp && !reader) {
|
||||
let numFiles = zp.getSelectedItems().reduce((num, item) => {
|
||||
if (item.isPDFAttachment()) {
|
||||
return num + 1;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 581c56d27a6ddb0ff26932bbf18176251a15b990
|
||||
Subproject commit b985ba7d498a6e076c64f959853502db890f6d20
|
Loading…
Reference in a new issue