fx-compat: Don't show hidden types in Item Type menu

This commit is contained in:
Abe Jellinek 2022-06-10 14:03:53 -05:00
parent ac9e882bda
commit cd17c90f2e

View file

@ -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)
});
}