diff --git a/src/web/OutputWaiter.mjs b/src/web/OutputWaiter.mjs index 408037c3..7203a16f 100755 --- a/src/web/OutputWaiter.mjs +++ b/src/web/OutputWaiter.mjs @@ -423,6 +423,8 @@ class OutputWaiter { */ backgroundMagic() { this.hideMagicButton(); + if (!this.app.options.autoMagic) return; + const sample = this.dishStr ? this.dishStr.slice(0, 1000) : this.dishBuffer ? this.dishBuffer.slice(0, 1000) : ""; diff --git a/src/web/html/index.html b/src/web/html/index.html index 9999b4b5..8748b510 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -285,7 +285,7 @@ +
@@ -492,6 +492,13 @@ Use meta key for keybindings (Windows ⊞/Command ⌘)
+ +
+ +