From 19ce14eeee6815b5deade14834358960dff2ec50 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 4 May 2026 16:40:40 -0700 Subject: [PATCH] KFX default upscale (#1329) --- kindlecomicconverter/KCC_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index ff457d4..2e99199 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -948,6 +948,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): GUI.chunkSizeCheckBox.setChecked(False) elif GUI.formats[str(GUI.formatBox.currentText())]['format'] == 'KFX': GUI.mozJpegBox.setCheckState(Qt.CheckState.PartiallyChecked) + GUI.upscaleBox.setChecked(True) elif not GUI.webtoonBox.isChecked(): GUI.chunkSizeCheckBox.setEnabled(True) if GUI.formats[str(GUI.formatBox.currentText())]['format'] in ('CBZ', 'PDF') and not GUI.webtoonBox.isChecked():