mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
ComicInfo.xml Title checkbox (#944)
* Adds options to use metadata title as output name * update .ui files * write rest * small fixes * small fix * fix small --------- Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
This commit is contained in:
committed by
GitHub
parent
271200d29f
commit
eef5a85fa6
@@ -263,6 +263,8 @@ class WorkerThread(QThread):
|
||||
options.maximizestrips = True
|
||||
if GUI.disableProcessingBox.isChecked():
|
||||
options.noprocessing = True
|
||||
if GUI.comicinfoTitleBox.isChecked():
|
||||
options.comicinfotitle = True
|
||||
if GUI.deleteBox.isChecked():
|
||||
options.delete = True
|
||||
if GUI.spreadShiftBox.isChecked():
|
||||
@@ -843,6 +845,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
||||
'colorBox': GUI.colorBox.checkState().value,
|
||||
'reduceRainbowBox': GUI.reduceRainbowBox.checkState().value,
|
||||
'disableProcessingBox': GUI.disableProcessingBox.checkState().value,
|
||||
'comicinfoTitleBox': GUI.comicinfoTitleBox.checkState().value,
|
||||
'mozJpegBox': GUI.mozJpegBox.checkState().value,
|
||||
'widthBox': GUI.widthBox.value(),
|
||||
'heightBox': GUI.heightBox.value(),
|
||||
|
||||
Reference in New Issue
Block a user