diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 797f1baf1..e6df916df 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1063,10 +1063,17 @@ var ZoteroPane = new function() itemgroup.setSearch(''); itemgroup.setTags(getTagSelection()); - // Enable or disable toolbar icons as necessary - const disableIfNoEdit = ["cmd_zotero_newCollection", "zotero-tb-add", - "cmd_zotero_newItemFromCurrentPage", "zotero-tb-lookup", "cmd_zotero_newStandaloneNote", - "zotero-tb-note-add", "zotero-tb-attachment-add"]; + // Enable or disable toolbar icons and menu options as necessary + const disableIfNoEdit = [ + "cmd_zotero_newCollection", + "cmd_zotero_newSavedSearch", + "zotero-tb-add", + "cmd_zotero_newItemFromCurrentPage", + "zotero-tb-lookup", + "cmd_zotero_newStandaloneNote", + "zotero-tb-note-add", + "zotero-tb-attachment-add" + ]; for(var i=0; i + @@ -254,6 +255,7 @@ +