mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add an entry for Onyx to the welcome wizard
This commit is contained in:
parent
9c7f9e5786
commit
4608a1d991
@ -191,6 +191,14 @@ class BooqCervantes(Booq):
|
||||
name = 'bq Cervantes'
|
||||
|
||||
|
||||
class BOOX(Device):
|
||||
name = 'BOOX MAX, N96, i86, C67ML, M96, etc.'
|
||||
manufacturer = 'Onyx'
|
||||
output_profile = 'generic_eink_hd'
|
||||
output_format = 'EPUB'
|
||||
id = 'boox_eink'
|
||||
|
||||
|
||||
class Sony300(Sony505):
|
||||
|
||||
name = 'SONY Reader Pocket Edition'
|
||||
@ -891,4 +899,3 @@ if __name__ == '__main__':
|
||||
from calibre.gui2 import Application
|
||||
app = Application([])
|
||||
wizard().exec_()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user