Compare commits

..

2 commits

Author SHA1 Message Date
8245264874
Merge branch 'master' of https://git.ad5001.eu/Ad5001/LogarithmPlotter
All checks were successful
continuous-integration/drone/push Build is passing
2025-02-06 19:09:22 +01:00
310afa5672
Disabling experimental threaded rendering by default for now. 2025-02-06 19:08:39 +01:00

View file

@ -28,7 +28,7 @@ DEFAULT_SETTINGS = {
"reset_redo_stack": True,
"last_install_greet": "0",
"enable_latex": which("latex") is not None and which("dvipng") is not None,
"enable_latex_threaded": True,
"enable_latex_threaded": False,
"expression_editor": {
"autoclose": True,
"colorize": True,