mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Mimetype icons for CBR and CBZ
This commit is contained in:
parent
66c730a996
commit
a725a95c69
BIN
resources/images/mimetypes/cbr.png
Normal file
BIN
resources/images/mimetypes/cbr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
resources/images/mimetypes/cbz.png
Normal file
BIN
resources/images/mimetypes/cbz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -466,6 +466,8 @@ class FileIconProvider(QFileIconProvider):
|
|||||||
'gif' : 'gif',
|
'gif' : 'gif',
|
||||||
'png' : 'png',
|
'png' : 'png',
|
||||||
'bmp' : 'bmp',
|
'bmp' : 'bmp',
|
||||||
|
'cbz' : 'cbz',
|
||||||
|
'cbr' : 'cbr',
|
||||||
'svg' : 'svg',
|
'svg' : 'svg',
|
||||||
'html' : 'html',
|
'html' : 'html',
|
||||||
'htmlz' : 'html',
|
'htmlz' : 'html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user