From 05aecee835fc8baac2b9f5b4a3c8acfbfe113de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Andrieux?= Date: Thu, 28 Nov 2013 13:50:19 +0100 Subject: [PATCH] Kobo can display book cover in standby mode. Kobo Glo can actually display covers but this behavior is often replaced by the affiliate's logo instead. Remove `mountpoint/.kobo/affiliates.conf` and you're good to go until the next upgrade ;-) --- lib/readers/kobo_glo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/readers/kobo_glo.json b/lib/readers/kobo_glo.json index ac56e0a..6068348 100644 --- a/lib/readers/kobo_glo.json +++ b/lib/readers/kobo_glo.json @@ -17,7 +17,7 @@ "pocket": 1, "games": 0.5, "user_profiles": 0, - "cover": 0, + "cover": 1, "foreign": 1, "local_seller": 0, "local_constructor": 0, @@ -49,4 +49,4 @@ "quick_charge": 0, "color_screen": 0 } -} \ No newline at end of file +}