From 5883667ebe72eb932cc14e7aaaa0209328c76de7 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 3 Jun 2019 15:46:28 +0200 Subject: [PATCH] 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/. --- src/calibre/devices/kobo/driver.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index ed95d62da2..34121e01fc 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -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 ]