mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Set bake button to "Loading..." when an autobake is started
This commit is contained in:
parent
cbf1d2feb0
commit
3c2e5c143a
@ -157,6 +157,8 @@ class App {
|
||||
action: "autobake",
|
||||
data: this.manager.input.getActiveTab()
|
||||
});
|
||||
|
||||
this.manager.controls.toggleBakeButtonFunction(false, true);
|
||||
} else {
|
||||
this.manager.controls.showStaleIndicator();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user