mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Added option to turn off background auto magic
This commit is contained in:
@@ -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) : "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user