Fix #982, 5.0: File dots not showing up for child attachments
This commit is contained in:
parent
6afce0cf22
commit
14ce455483
|
@ -1135,8 +1135,8 @@ Zotero.ItemTreeView.prototype.getImageSrc = function(row, col)
|
||||||
if (exists !== null) {
|
if (exists !== null) {
|
||||||
let suffix = Zotero.hiDPISuffix;
|
let suffix = Zotero.hiDPISuffix;
|
||||||
return exists
|
return exists
|
||||||
? `chrome://zotero/skin/bullet_blue{$suffix}.png`
|
? `chrome://zotero/skin/bullet_blue${suffix}.png`
|
||||||
: `chrome://zotero/skin/bullet_blue_empty{$suffix}.png`;
|
: `chrome://zotero/skin/bullet_blue_empty${suffix}.png`;
|
||||||
}
|
}
|
||||||
|
|
||||||
item.fileExists()
|
item.fileExists()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user