Disabling experimental threaded rendering by default for now.

This commit is contained in:
Adsooi 2025-02-06 19:08:39 +01:00
parent 2c8011056d
commit 310afa5672
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

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