parent
81954d74d1
commit
b68957debe
1 changed files with 1 additions and 1 deletions
|
@ -1380,7 +1380,7 @@
|
|||
|
||||
createOpenLinkIcon(value) {
|
||||
// In duplicates/trash mode return nothing
|
||||
if (!this.editable) {
|
||||
if (!(this.editable || this.item.isFeedItem)) {
|
||||
return null;
|
||||
}
|
||||
let openLink = document.createXULElement("toolbarbutton");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue