mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 07:13:43 +01:00
Added icon for DjVu format.
This commit is contained in:
parent
0ea98fe29f
commit
a773f01f16
1 changed files with 2 additions and 0 deletions
|
|
@ -423,6 +423,8 @@ class FileIconProvider(QFileIconProvider):
|
|||
'rtf' : 'rtf',
|
||||
'odt' : 'odt',
|
||||
'snb' : 'snb',
|
||||
'djv' : 'djvu',
|
||||
'djvu' : 'djvu',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue