From 65062f898400979fde9a7184511c312507e64d37 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 9 Nov 2023 14:15:34 -0800 Subject: [PATCH] add Kindle 4/5/7/8/10 label (#614) --- kindlecomicconverter/KCC_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index 264bbf1..c3deadc 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -943,7 +943,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): 'DefaultUpscale': True, 'Label': 'KV'}, "Kindle PW 1/2": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0, 'DefaultUpscale': False, 'Label': 'KPW'}, - "Kindle": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0, + "Kindle 4/5/7/8/10": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0, 'DefaultUpscale': False, 'Label': 'K578'}, "Kindle DX/DXG": {'PVOptions': False, 'ForceExpert': False, 'DefaultFormat': 2, 'DefaultUpscale': False, 'Label': 'KDX'}, @@ -1011,7 +1011,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): "Kindle Voyage", "Kindle 2", "Kindle 1", - "Kindle", + "Kindle 4/5/7/8/10", "Separator", "Kobo Aura", "Kobo Aura ONE",