From fd1468904fd83775912f986e4cc2c9d9ed41db91 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 10 Jul 2026 14:26:41 -0700 Subject: [PATCH] stop webtoon unchecking automatically check customm autocontrast (#1391) --- kindlecomicconverter/KCC_gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index da7f2a0..4e2ba64 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -836,7 +836,6 @@ class KCCGUI(KCC_ui.Ui_mainWindow): GUI.interPanelCropBox.setEnabled(True) GUI.autoLevelBox.setEnabled(True) GUI.autocontrastBox.setEnabled(True) - GUI.autocontrastBox.setChecked(True) def togglequalityBox(self, value):