mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d7d9fa4141
commit
61009628cb
@ -221,7 +221,7 @@ def fetch_scheduled_recipe(arg):
|
|||||||
if lf.get('base_font_size', 0.0) != 0.0:
|
if lf.get('base_font_size', 0.0) != 0.0:
|
||||||
recs.append(('base_font_size', lf['base_font_size'],
|
recs.append(('base_font_size', lf['base_font_size'],
|
||||||
OptionRecommendation.HIGH))
|
OptionRecommendation.HIGH))
|
||||||
recs.append(('keep_ligatures', lf['keep_ligatures'],
|
recs.append(('keep_ligatures', lf.get('keep_ligatures', False),
|
||||||
OptionRecommendation.HIGH))
|
OptionRecommendation.HIGH))
|
||||||
|
|
||||||
lr = load_defaults('lrf_output')
|
lr = load_defaults('lrf_output')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user