There was an error while loading. Please reload this page.
1 parent 5a1e2da commit 19ce14eCopy full SHA for 19ce14e
1 file changed
kindlecomicconverter/KCC_gui.py
@@ -948,6 +948,7 @@ def changeFormat(self, outputformat=None):
948
GUI.chunkSizeCheckBox.setChecked(False)
949
elif GUI.formats[str(GUI.formatBox.currentText())]['format'] == 'KFX':
950
GUI.mozJpegBox.setCheckState(Qt.CheckState.PartiallyChecked)
951
+ GUI.upscaleBox.setChecked(True)
952
elif not GUI.webtoonBox.isChecked():
953
GUI.chunkSizeCheckBox.setEnabled(True)
954
if GUI.formats[str(GUI.formatBox.currentText())]['format'] in ('CBZ', 'PDF') and not GUI.webtoonBox.isChecked():
0 commit comments