mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Default page size values updated for Glo
This commit is contained in:
parent
7d03a5b0ff
commit
9364993b15
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue