mirror of
https://github.com/ciromattia/kcc
synced 2026-07-22 20:53:13 +00:00
Tweaked merge
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user