Adding experimental async LaTeX renderer (speeds up rendering ridiculously, but causes instability)
This commit is contained in:
parent
f734e40ad9
commit
cf73b35a9a
6 changed files with 50 additions and 12 deletions
|
@ -46,8 +46,15 @@ class EnableLatex extends BoolSetting {
|
|||
}
|
||||
}
|
||||
|
||||
const ENABLE_LATEX_ASYNC = new BoolSetting(
|
||||
qsTranslate("general", "Enable asynchronous LaTeX renderer (experimental)"),
|
||||
"enable_latex_async",
|
||||
"new"
|
||||
)
|
||||
|
||||
export default [
|
||||
CHECK_FOR_UPDATES,
|
||||
RESET_REDO_STACK,
|
||||
new EnableLatex()
|
||||
new EnableLatex(),
|
||||
ENABLE_LATEX_ASYNC
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue