mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Associate TXT icon with .text files.
This commit is contained in:
parent
bcb47ac6b3
commit
8b6da29e92
@ -340,6 +340,7 @@ class FileIconProvider(QFileIconProvider):
|
|||||||
'rar' : 'rar',
|
'rar' : 'rar',
|
||||||
'zip' : 'zip',
|
'zip' : 'zip',
|
||||||
'txt' : 'txt',
|
'txt' : 'txt',
|
||||||
|
'text' : 'txt',
|
||||||
'prc' : 'mobi',
|
'prc' : 'mobi',
|
||||||
'azw' : 'mobi',
|
'azw' : 'mobi',
|
||||||
'mobi' : 'mobi',
|
'mobi' : 'mobi',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user