mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 12:03:09 +02:00
...
This commit is contained in:
commit
c05c7fa370
2 changed files with 2 additions and 0 deletions
BIN
resources/images/mimetypes/xps.png
Executable file
BIN
resources/images/mimetypes/xps.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -425,6 +425,8 @@ class FileIconProvider(QFileIconProvider):
|
|||
'snb' : 'snb',
|
||||
'djv' : 'djvu',
|
||||
'djvu' : 'djvu',
|
||||
'xps' : 'xps',
|
||||
'oxps' : 'xps',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue