mirror of
https://github.com/ciromattia/kcc
synced 2026-01-01 02:49:41 +00:00
Using non-existent options is also not very bright
This commit is contained in:
@@ -111,7 +111,7 @@ class WorkerThread(QtCore.QThread):
|
||||
if GUI.StretchBox.isChecked():
|
||||
argv.append("--stretch")
|
||||
if GUI.NoDitheringBox.isChecked():
|
||||
argv.append("--nodithering")
|
||||
argv.append("--forcepng")
|
||||
if float(self.parent.GammaValue) > 0.09:
|
||||
argv.append("--gamma=" + self.parent.GammaValue)
|
||||
if str(GUI.FormatBox.currentText()) == 'CBZ':
|
||||
|
||||
Reference in New Issue
Block a user