Skip to content

Commit

Permalink
fix: disable default metaguiding option in EPUB output
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Feb 26, 2025
1 parent b3cd572 commit 851f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epubmg_outputplugin/conversion/epubmg_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MetaguidedEpubOutput(EPUBOutput):
epubmg_options: Set[OptionRecommendation] = {
OptionRecommendation(
name="epubmg_enable_metaguiding",
recommended_value=True,
recommended_value=False,
help=" ".join(
[
_("Select this to enable text metaguiding."), # type: ignore # noqa
Expand Down

0 comments on commit 851f738

Please sign in to comment.