Skip to content

Commit

Permalink
add missing parameter output to options
Browse files Browse the repository at this point in the history
  • Loading branch information
VampiroMedicado committed Jan 2, 2024
1 parent e8502f0 commit 69b4ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kindlecomicconverter/KCC_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69b4ee5

Please sign in to comment.