mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make default thumbnail quality 75
This commit is contained in:
parent
26f3d27fdb
commit
6a893e48d8
@ -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…
x
Reference in New Issue
Block a user