1
0
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:
VampiroMedicado
2024-01-02 03:26:20 -03:00
committed by Alex Xu
parent e8502f008a
commit dd6273b864

View File

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