mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
[UI] Set snb format icon in file type selection dialog.
This commit is contained in:
parent
ba17cb47f6
commit
2ac3cf3549
@ -399,6 +399,7 @@ class FileIconProvider(QFileIconProvider):
|
|||||||
'fb2' : 'fb2',
|
'fb2' : 'fb2',
|
||||||
'rtf' : 'rtf',
|
'rtf' : 'rtf',
|
||||||
'odt' : 'odt',
|
'odt' : 'odt',
|
||||||
|
'snb' : 'snb',
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user