Disabling experimental threaded rendering by default for now.
This commit is contained in:
parent
2c8011056d
commit
310afa5672
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue