Default page size values updated for Glo

This commit is contained in:
Nicolas Mailloux 2021-06-26 10:21:07 -04:00
parent 7d03a5b0ff
commit 9364993b15

View file

@ -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");