1
0
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:
Paweł Jastrzębski
2013-06-19 23:45:30 +02:00
parent bb51b53e11
commit b98a1fa100

View File

@@ -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':