mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Mimetype icon for docx
This commit is contained in:
parent
48688ff212
commit
89278e3d08
BIN
resources/images/mimetypes/docx.png
Normal file
BIN
resources/images/mimetypes/docx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -471,6 +471,7 @@ class FileIconProvider(QFileIconProvider):
|
||||
'djvu' : 'djvu',
|
||||
'xps' : 'xps',
|
||||
'oxps' : 'xps',
|
||||
'docx' : 'docx',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user