mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot the KOBO letterbox checkbox in the settings
Which made me realize that there's no "keep AR" function there, so this doesn't make sense \o/.
This commit is contained in:
parent
cff3c4ad68
commit
5883667ebe
@ -139,6 +139,12 @@ class KOBO(USBMS):
|
|||||||
'to perform full read-write functionality - Here be Dragons!! '
|
'to perform full read-write functionality - Here be Dragons!! '
|
||||||
'Enable only if you are comfortable with restoring your kobo '
|
'Enable only if you are comfortable with restoring your kobo '
|
||||||
'to factory defaults and testing software'),
|
'to factory defaults and testing software'),
|
||||||
|
_('Letterbox full-screen covers') + ':::'+_(
|
||||||
|
'Do it on our end, instead of letting Nickel handle it. '
|
||||||
|
'Provides pixel-perfect results on devices where Nickel does not do extra processing. '
|
||||||
|
'Obviously has no effect without "Keep cover aspect ratio". '
|
||||||
|
'This is probably undesirable if you disable the "Show book covers full screen" '
|
||||||
|
'setting on your device.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
EXTRA_CUSTOMIZATION_DEFAULT = [
|
EXTRA_CUSTOMIZATION_DEFAULT = [
|
||||||
@ -148,6 +154,7 @@ class KOBO(USBMS):
|
|||||||
True,
|
True,
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
|
False,
|
||||||
False
|
False
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user