mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix regression that broke the Template Editor
This commit is contained in:
parent
ca11b4f691
commit
97f1381063
@ -225,7 +225,7 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
|
|||||||
self.mi.series_index = 3
|
self.mi.series_index = 3
|
||||||
self.mi.rating = 4.0
|
self.mi.rating = 4.0
|
||||||
self.mi.tags = [_('Tag 1'), _('Tag 2')]
|
self.mi.tags = [_('Tag 1'), _('Tag 2')]
|
||||||
self.mi.language = ['eng']
|
self.mi.languages = ['eng']
|
||||||
|
|
||||||
# Remove help icon on title bar
|
# Remove help icon on title bar
|
||||||
icon = self.windowIcon()
|
icon = self.windowIcon()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user