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:
NiLuJe 2019-06-03 15:46:28 +02:00
parent cff3c4ad68
commit 5883667ebe

View File

@ -139,6 +139,12 @@ class KOBO(USBMS):
'to perform full read-write functionality - Here be Dragons!! '
'Enable only if you are comfortable with restoring your kobo '
'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 = [
@ -148,6 +154,7 @@ class KOBO(USBMS):
True,
False,
False,
False,
False
]