Hide "Remove Selected Item" when in My Library (previously was shown with no label, leading to a blank menu item with ~2px height)
This commit is contained in:
parent
88c6eae730
commit
32399b35ed
1 changed files with 1 additions and 1 deletions
|
@ -2170,7 +2170,7 @@ var ZoteroPane = new function()
|
|||
|
||||
var itemGroup = this.getItemGroup();
|
||||
|
||||
show.push(m.deleteItem, m.deleteFromLibrary, m.sep3, m.exportItems, m.createBib, m.loadReport);
|
||||
show.push(m.deleteFromLibrary, m.sep3, m.exportItems, m.createBib, m.loadReport);
|
||||
|
||||
if (this.itemsView.selection.count > 0) {
|
||||
// Multiple items selected
|
||||
|
|
Loading…
Reference in a new issue