From df3956fbed785d223ec27d91c41063a50caa3897 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 24 Jan 2018 06:15:23 -0500 Subject: [PATCH] Enable 2x PDF icon (cherry picked from commit 0bb0912a7bc062298ec0b4fd4a920a368065bcdc) --- chrome/content/zotero/xpcom/data/cachedTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 86233af17..038efd316 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -459,6 +459,7 @@ Zotero.ItemTypes = new function() { // HiDPI images available case 'attachment-link': + case 'attachment-pdf': case 'attachment-web-link': case 'artwork': case 'audioRecording': @@ -481,7 +482,6 @@ Zotero.ItemTypes = new function() { // No HiDPI images available case 'attachment-snapshot': - case 'attachment-pdf': case 'blogPost': case 'case': case 'conferencePaper':