From 9364993b155195858e3ebbd0ff2a57ee0b8c1697 Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Sat, 26 Jun 2021 10:21:07 -0400 Subject: [PATCH] Default page size values updated for Glo --- functions.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions.h b/functions.h index 6581421..05410d9 100644 --- a/functions.h +++ b/functions.h @@ -358,6 +358,10 @@ namespace { defaultEpubPageHeight = 425; defaultEpubPageWidth = 425; } + if(checkconfig_str_val == "n613\n") { + defaultEpubPageHeight = 450; + defaultEpubPageWidth = 450; + } } QString checkDevice() { string_checkconfig_ro("/opt/inkbox_device");