fx-compat: Don't show hidden types in Item Type menu
This commit is contained in:
parent
ac9e882bda
commit
cd17c90f2e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue