mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
62dd8bd292
@ -548,7 +548,7 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
|
|||||||
elif fm[col]['datatype'] == 'bool':
|
elif fm[col]['datatype'] == 'bool':
|
||||||
mi.set(col, False)
|
mi.set(col, False)
|
||||||
elif fm[col]['is_multiple']:
|
elif fm[col]['is_multiple']:
|
||||||
mi.set(col, (col,))
|
mi.set(col, [col])
|
||||||
else:
|
else:
|
||||||
mi.set(col, col, 1)
|
mi.set(col, col, 1)
|
||||||
mi = (mi, )
|
mi = (mi, )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user