mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
GwR added Topaz filter to add_books()
This commit is contained in:
parent
9db4199bb8
commit
48c1b55706
@ -1205,6 +1205,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
|
||||
(_('HTML Books'), ['htm', 'html', 'xhtm', 'xhtml']),
|
||||
(_('LIT Books'), ['lit']),
|
||||
(_('MOBI Books'), ['mobi', 'prc', 'azw']),
|
||||
(_('Topaz books'), ['tpz','azw1']),
|
||||
(_('Text books'), ['txt', 'rtf']),
|
||||
(_('PDF Books'), ['pdf']),
|
||||
(_('Comics'), ['cbz', 'cbr', 'cbc']),
|
||||
|
Loading…
x
Reference in New Issue
Block a user