mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix edit book action failing for kepub
This commit is contained in:
parent
599b202c99
commit
da5af9d8ee
@ -24,7 +24,7 @@ d['editor_show_char_under_cursor'] = True
|
|||||||
d['replace_entities_as_typed'] = True
|
d['replace_entities_as_typed'] = True
|
||||||
d['preview_refresh_time'] = 2
|
d['preview_refresh_time'] = 2
|
||||||
d['choose_tweak_fmt'] = True
|
d['choose_tweak_fmt'] = True
|
||||||
d['tweak_fmt_order'] = ['EPUB', 'AZW3']
|
d['tweak_fmt_order'] = ['EPUB', 'KEPUB', 'AZW3']
|
||||||
d['update_metadata_from_calibre'] = True
|
d['update_metadata_from_calibre'] = True
|
||||||
d['nestable_dock_widgets'] = False
|
d['nestable_dock_widgets'] = False
|
||||||
d['dock_top_left'] = 'horizontal'
|
d['dock_top_left'] = 'horizontal'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user