Added option to turn off background auto magic

This commit is contained in:
n1474335 2018-08-03 20:18:19 +01:00
parent 53b92ae8ef
commit a947e06140
4 changed files with 13 additions and 3 deletions

View file

@ -51,7 +51,8 @@ function main() {
theme: "classic",
useMetaKey: false,
ioDisplayThreshold: 512,
logLevel: "info"
logLevel: "info",
autoMagic: true,
};
document.removeEventListener("DOMContentLoaded", main, false);