mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Set bake button to "Loading..." when an autobake is started
This commit is contained in:
parent
cbf1d2feb0
commit
3c2e5c143a
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ class App {
|
||||||
action: "autobake",
|
action: "autobake",
|
||||||
data: this.manager.input.getActiveTab()
|
data: this.manager.input.getActiveTab()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.manager.controls.toggleBakeButtonFunction(false, true);
|
||||||
} else {
|
} else {
|
||||||
this.manager.controls.showStaleIndicator();
|
this.manager.controls.showStaleIndicator();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue