From 2a16c3c16139fe62df56c776fcd923948c02b0eb Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:00:59 +0800 Subject: [PATCH] Fix library lookup icon --- chrome/content/zotero/locateMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/locateMenu.js b/chrome/content/zotero/locateMenu.js index 9e77dbada4..0560870635 100644 --- a/chrome/content/zotero/locateMenu.js +++ b/chrome/content/zotero/locateMenu.js @@ -574,7 +574,7 @@ var Zotero_LocateMenu = new function() { * Should appear only for regular items */ ViewOptions._libraryLookup = new function() { - this.className = "zotero-menuitem-view-file"; + this.className = "zotero-menuitem-library-lookup"; this.canHandleItem = function (item) { return Zotero.Promise.resolve(item.isRegularItem()); }; this.handleItems = Zotero.Promise.method(function (items, event) { // If no resolver configured, show error