1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-22 20:53:13 +00:00

Tweaked merge

This commit is contained in:
Paweł Jastrzębski
2014-05-29 22:00:57 +02:00
parent 287723ca6f
commit 56195d301d
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ class WorkerThread(QtCore.QThread):
if GUI.MangaBox.isChecked():
options.righttoleft = True
if GUI.RotateBox.isChecked():
options.roate = True
options.rotate = True
if GUI.QualityBox.checkState() == 1:
options.quality = 1
elif GUI.QualityBox.checkState() == 2: