mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Device Config: Use default save template when none is specified.
This commit is contained in:
parent
e27fa828f4
commit
386625f957
@ -64,7 +64,7 @@ class DeviceConfig(object):
|
||||
ec = None
|
||||
proxy['extra_customization'] = ec
|
||||
st = unicode(config_widget.opt_save_template.text())
|
||||
proxy['save_template'] = st
|
||||
proxy['save_template'] = st if st else cls._default_save_template()
|
||||
|
||||
@classmethod
|
||||
def settings(cls):
|
||||
|
Loading…
x
Reference in New Issue
Block a user