From da5af9d8ee6cc030e88d6ed101570f57b0ae4530 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Feb 2025 11:46:44 +0530 Subject: [PATCH] Fix edit book action failing for kepub --- src/calibre/gui2/tweak_book/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/__init__.py b/src/calibre/gui2/tweak_book/__init__.py index d2001099b2..b59fd896da 100644 --- a/src/calibre/gui2/tweak_book/__init__.py +++ b/src/calibre/gui2/tweak_book/__init__.py @@ -24,7 +24,7 @@ d['editor_show_char_under_cursor'] = True d['replace_entities_as_typed'] = True d['preview_refresh_time'] = 2 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['nestable_dock_widgets'] = False d['dock_top_left'] = 'horizontal'