Skip to content

Commit 19ce14e

Browse files
authored
KFX default upscale (ciromattia#1329)
1 parent 5a1e2da commit 19ce14e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kindlecomicconverter/KCC_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ def changeFormat(self, outputformat=None):
948948
GUI.chunkSizeCheckBox.setChecked(False)
949949
elif GUI.formats[str(GUI.formatBox.currentText())]['format'] == 'KFX':
950950
GUI.mozJpegBox.setCheckState(Qt.CheckState.PartiallyChecked)
951+
GUI.upscaleBox.setChecked(True)
951952
elif not GUI.webtoonBox.isChecked():
952953
GUI.chunkSizeCheckBox.setEnabled(True)
953954
if GUI.formats[str(GUI.formatBox.currentText())]['format'] in ('CBZ', 'PDF') and not GUI.webtoonBox.isChecked():

0 commit comments

Comments
 (0)