1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-05 23:32:49 +00:00

KFX default upscale (#1329)

This commit is contained in:
Alex Xu
2026-05-04 16:40:40 -07:00
committed by GitHub
parent 5a1e2dafcb
commit 19ce14eeee

View File

@@ -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():