mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
add author gui (#799)
This commit is contained in:
@@ -269,6 +269,8 @@ class WorkerThread(QtCore.QThread):
|
||||
options.customheight = str(GUI.heightBox.value())
|
||||
if GUI.targetDirectory != '':
|
||||
options.output = GUI.targetDirectory
|
||||
if GUI.authorEdit.text():
|
||||
options.author = str(GUI.authorEdit.text())
|
||||
|
||||
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