1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Re-enabled Panel View support for Kindle Keyboard

This commit is contained in:
Paweł Jastrzębski
2017-02-01 17:32:48 +01:00
parent 2bea546a9d
commit 495db88a9e
2 changed files with 3 additions and 3 deletions

View File

@@ -943,8 +943,8 @@ def checkOptions():
# Splitting MOBI is not optional
if options.format == 'MOBI' and options.batchsplit != 2:
options.batchsplit = 1
# Older Kindle don't need higher resolution files due lack of Panel View.
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'K3' or options.profile == 'KDX':
# Older Kindle models don't support Panel View.
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'KDX':
options.panelview = False
# Webtoon mode mandatory options
if options.webtoon: