mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
add missing parameter output to options
This commit is contained in:
@@ -260,6 +260,8 @@ class WorkerThread(QtCore.QThread):
|
||||
if GUI.currentMode > 2:
|
||||
options.customwidth = str(GUI.widthBox.value())
|
||||
options.customheight = str(GUI.heightBox.value())
|
||||
if GUI.targetDirectory != '':
|
||||
options.output = GUI.targetDirectory
|
||||
|
||||
for i in range(GUI.jobList.count()):
|
||||
# Make sure that we don't consider any system message as job to do
|
||||
|
||||
Reference in New Issue
Block a user