Fix library lookup icon

This commit is contained in:
windingwind 2023-12-16 19:00:59 +08:00 committed by Dan Stillman
parent 16cadf1de7
commit 2a16c3c161

View file

@ -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