mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5503 (Add an icon for the RTF file format)
This commit is contained in:
parent
b8af81da10
commit
421475f02a
@ -339,6 +339,7 @@ class FileIconProvider(QFileIconProvider):
|
|||||||
'tan' : 'zero',
|
'tan' : 'zero',
|
||||||
'epub' : 'epub',
|
'epub' : 'epub',
|
||||||
'fb2' : 'fb2',
|
'fb2' : 'fb2',
|
||||||
|
'rtf' : 'rtf',
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user