mirror of
https://github.com/ciromattia/kcc
synced 2025-12-18 20:21:48 +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:
|
if GUI.currentMode > 2:
|
||||||
options.customwidth = str(GUI.widthBox.value())
|
options.customwidth = str(GUI.widthBox.value())
|
||||||
options.customheight = str(GUI.heightBox.value())
|
options.customheight = str(GUI.heightBox.value())
|
||||||
|
if GUI.targetDirectory != '':
|
||||||
|
options.output = GUI.targetDirectory
|
||||||
|
|
||||||
for i in range(GUI.jobList.count()):
|
for i in range(GUI.jobList.count()):
|
||||||
# Make sure that we don't consider any system message as job to do
|
# Make sure that we don't consider any system message as job to do
|
||||||
|
|||||||
Reference in New Issue
Block a user