mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added option to turn off background auto magic
This commit is contained in:
parent
53b92ae8ef
commit
a947e06140
4 changed files with 13 additions and 3 deletions
|
@ -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) : "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue