From cd17c90f2e8d61d835ada32a2e8fe5f9f71380f8 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Fri, 10 Jun 2022 14:03:53 -0500 Subject: [PATCH] fx-compat: Don't show hidden types in Item Type menu --- chrome/content/zotero/elements/menulistItemTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/elements/menulistItemTypes.js b/chrome/content/zotero/elements/menulistItemTypes.js index c6fd88bff0..176283997b 100644 --- a/chrome/content/zotero/elements/menulistItemTypes.js +++ b/chrome/content/zotero/elements/menulistItemTypes.js @@ -55,6 +55,7 @@ for (let i = 0; i < t.length; i++) { itemTypes.push({ id: t[i].id, + name: t[i].name, localized: Zotero.ItemTypes.getLocalizedString(t[i].id) }); }