Adding loading screen for rendering LaTeX formula when threaded setting is enabled.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-27 02:40:42 +02:00
parent 27c9fe0473
commit 727dda2623
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
13 changed files with 168 additions and 34 deletions

View file

@ -23,7 +23,7 @@ const DEFAULT_SETTINGS = {
"reset_redo_stack": true,
"last_install_greet": "0",
"enable_latex": true,
"enable_latex_async": true,
"enable_latex_threaded": true,
"expression_editor": {
"autoclose": true,
"colorize": true,
@ -113,4 +113,4 @@ export class MockHelper {
throw new Error(`File not found.`)
}
}
}