mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Add SONY T3 to welcome wizard
This commit is contained in:
parent
b0acd1bd19
commit
a727e179b7
@ -181,6 +181,12 @@ class Sony900(Sony505):
|
|||||||
id = 'prs900'
|
id = 'prs900'
|
||||||
output_profile = 'sony900'
|
output_profile = 'sony900'
|
||||||
|
|
||||||
|
class SonyT3(Sony505):
|
||||||
|
|
||||||
|
name = 'SONY Reader T3'
|
||||||
|
id = 'prst3'
|
||||||
|
output_profile = 'sonyt3'
|
||||||
|
|
||||||
class Nook(Sony505):
|
class Nook(Sony505):
|
||||||
id = 'nook'
|
id = 'nook'
|
||||||
name = 'Nook and Nook Simple Reader'
|
name = 'Nook and Nook Simple Reader'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user