mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Disable Panel View for Kindle Keyboard (#238)
This commit is contained in:
@@ -967,7 +967,7 @@ def checkOptions():
|
||||
if options.format == 'MOBI' and options.batchsplit != 2:
|
||||
options.batchsplit = 1
|
||||
# Older Kindle models don't support Panel View.
|
||||
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'KDX':
|
||||
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'K3' or options.profile == 'KDX':
|
||||
options.panelview = False
|
||||
options.hq = False
|
||||
# Webtoon mode mandatory options
|
||||
|
||||
Reference in New Issue
Block a user