mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add The Book to the welcome wizard
This commit is contained in:
parent
c948360dcf
commit
e0a727002b
@ -106,6 +106,13 @@ class Booq(Device):
|
|||||||
output_format = 'EPUB'
|
output_format = 'EPUB'
|
||||||
id = 'booq'
|
id = 'booq'
|
||||||
|
|
||||||
|
class TheBook(Device):
|
||||||
|
name = 'The Book'
|
||||||
|
manufacturer = 'Augen'
|
||||||
|
output_profile = 'prs505'
|
||||||
|
output_format = 'EPUB'
|
||||||
|
id = 'thebook'
|
||||||
|
|
||||||
class Avant(Booq):
|
class Avant(Booq):
|
||||||
name = 'Booq Avant'
|
name = 'Booq Avant'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user