mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 02:36:44 +00:00
Revert "Disable Panel View for kindle scribe"
This reverts commit 9bc1f92c8c.
This commit is contained in:
@@ -1054,9 +1054,6 @@ def checkOptions(options):
|
|||||||
# Splitting MOBI is not optional
|
# Splitting MOBI is not optional
|
||||||
if (options.format == 'MOBI' or options.format == 'KFX') and options.batchsplit != 2:
|
if (options.format == 'MOBI' or options.format == 'KFX') and options.batchsplit != 2:
|
||||||
options.batchsplit = 1
|
options.batchsplit = 1
|
||||||
# Disable Panel View for kindle scribe.
|
|
||||||
if options.profile == 'KS':
|
|
||||||
options.panelview = False
|
|
||||||
# Older Kindle models don't support Panel View.
|
# Older Kindle models don't support Panel View.
|
||||||
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'K34' or options.profile == 'KDX':
|
if options.profile == 'K1' or options.profile == 'K2' or options.profile == 'K34' or options.profile == 'KDX':
|
||||||
options.panelview = False
|
options.panelview = False
|
||||||
|
|||||||
Reference in New Issue
Block a user