mirror of
https://github.com/ciromattia/kcc
synced 2026-07-04 03:55:28 +00:00
Temporary disabling HQ output for Kobo
This commit is contained in:
+2
-2
@@ -1088,8 +1088,8 @@ def checkOptions():
|
|||||||
options.panelview = False
|
options.panelview = False
|
||||||
options.quality = 0
|
options.quality = 0
|
||||||
# Enable 150% zoom for all non-HD Kobo models
|
# Enable 150% zoom for all non-HD Kobo models
|
||||||
if 'Ko' in options.profile and options.profile != "KoAHD":
|
#if 'Ko' in options.profile and options.profile != "KoAHD":
|
||||||
options.quality = 1
|
#options.quality = 1
|
||||||
# Kindle for Android profile require target resolution.
|
# Kindle for Android profile require target resolution.
|
||||||
if options.profile == 'KFA' and (options.customwidth == 0 or options.customheight == 0):
|
if options.profile == 'KFA' and (options.customwidth == 0 or options.customheight == 0):
|
||||||
print "ERROR: Kindle for Android profile require --customwidth and --customheight options!"
|
print "ERROR: Kindle for Android profile require --customwidth and --customheight options!"
|
||||||
|
|||||||
Reference in New Issue
Block a user