mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 10:53:43 +02:00
Add SONY T3 to welcome wizard
This commit is contained in:
parent
b0acd1bd19
commit
a727e179b7
1 changed files with 6 additions and 0 deletions
|
|
@ -181,6 +181,12 @@ class Sony900(Sony505):
|
|||
id = 'prs900'
|
||||
output_profile = 'sony900'
|
||||
|
||||
class SonyT3(Sony505):
|
||||
|
||||
name = 'SONY Reader T3'
|
||||
id = 'prst3'
|
||||
output_profile = 'sonyt3'
|
||||
|
||||
class Nook(Sony505):
|
||||
id = 'nook'
|
||||
name = 'Nook and Nook Simple Reader'
|
||||
|
|
|
|||
Loading…
Reference in a new issue