Probably adds HiDPI/Retina icon for thesis.
This commit is contained in:
parent
942b8b91f3
commit
a8c19b4d8b
2 changed files with 1 additions and 1 deletions
|
@ -477,6 +477,7 @@ Zotero.ItemTypes = new function() {
|
|||
case 'newspaperArticle':
|
||||
case 'note':
|
||||
case 'report':
|
||||
case 'thesis':
|
||||
case 'webpage':
|
||||
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
|
||||
|
||||
|
@ -496,7 +497,6 @@ Zotero.ItemTypes = new function() {
|
|||
case 'presentation':
|
||||
case 'radioBroadcast':
|
||||
case 'statute':
|
||||
case 'thesis':
|
||||
case 'tvBroadcast':
|
||||
case 'videoRecording':
|
||||
return "chrome://zotero/skin/treeitem-" + itemType + ".png";
|
||||
|
|
BIN
chrome/skin/default/zotero/treeitem-thesis@2x.png
Normal file
BIN
chrome/skin/default/zotero/treeitem-thesis@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue