mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 16:46:06 +01:00
Fix #1374337 [Cover generation settings / colors-tab settings are not saved](https://bugs.launchpad.net/calibre/+bug/1374337)
This commit is contained in:
parent
a9f5065301
commit
db30fcdcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ def current_prefs(self):
|
|||
prefs[attr] = getattr(self, attr).value()
|
||||
prefs['color_themes'] = self.custom_colors
|
||||
prefs['disabled_styles'] = list(self.disabled_styles)
|
||||
prefs['disabled_colors'] = list(self.disabled_colors)
|
||||
prefs['disabled_color_themes'] = list(self.disabled_colors)
|
||||
for x in ('title', 'subtitle', 'footer'):
|
||||
x += '_template'
|
||||
prefs[x] = getattr(self, x).text()
|
||||
|
|
|
|||
Loading…
Reference in a new issue