Fix rtfscan icons reported as having HiDPI variant
This commit is contained in:
parent
7285c32d28
commit
bbf3180a10
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ i('Tick', "chrome://zotero/skin/tick.png");
|
|||
i('ArrowRefresh', "chrome://zotero/skin/arrow_refresh.png");
|
||||
//i('Link', "chrome://zotero/skin/link.png");
|
||||
|
||||
i('RTFScanAccept', "chrome://zotero/skin/rtfscan-accept.png");
|
||||
i('RTFScanLink', "chrome://zotero/skin/rtfscan-link.png");
|
||||
i('RTFScanAccept', "chrome://zotero/skin/rtfscan-accept.png", false);
|
||||
i('RTFScanLink', "chrome://zotero/skin/rtfscan-link.png", false);
|
||||
|
||||
i('Attach', "chrome://zotero/skin/attach.png");
|
||||
i('AttachSmall', "chrome://zotero/skin/attach-small.png");
|
||||
|
|
Loading…
Reference in a new issue