From b496807576de239f2535881e5967c3f8018bba4b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 22 Apr 2022 15:28:02 +0200 Subject: [PATCH] Disabling LaTeX integration by default. --- LogarithmPlotter/util/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/util/config.py b/LogarithmPlotter/util/config.py index ecaa214..4f7b20c 100644 --- a/LogarithmPlotter/util/config.py +++ b/LogarithmPlotter/util/config.py @@ -26,7 +26,7 @@ DEFAULT_SETTINGS = { "check_for_updates": True, "reset_redo_stack": True, "last_install_greet": "0", - "enable_latex": True + "enable_latex": False } # Create config directory