From 69b4ee5ea89fe20a06cbddea6f714eaf092abb87 Mon Sep 17 00:00:00 2001 From: VampiroMedicado <149981282+VampiroMedicado@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:26:20 -0300 Subject: [PATCH] add missing parameter output to options --- kindlecomicconverter/KCC_gui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index e692bba9..cb2ad1e8 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -260,6 +260,8 @@ def run(self): 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