mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:24:49 +02:00
Make default thumbnail quality 75
This commit is contained in:
parent
26f3d27fdb
commit
6a893e48d8
1 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||
|
||||
THUMBNAIL_HEIGHT = 160
|
||||
DEFAULT_THUMBNAIL_HEIGHT = 160
|
||||
THUMBNAIL_COMPRESSION_QUALITY = 70
|
||||
THUMBNAIL_COMPRESSION_QUALITY = 75
|
||||
|
||||
PREFIX = ''
|
||||
BACKLOADING_ERROR_MESSAGE = None
|
||||
|
|
@ -317,7 +317,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||
False, '',
|
||||
'', '',
|
||||
True, '',
|
||||
True, '70'
|
||||
True, '75'
|
||||
]
|
||||
OPT_AUTOSTART = 0
|
||||
OPT_PASSWORD = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue