mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Set bake button to "Loading..." when an autobake is started
This commit is contained in:
@@ -157,6 +157,8 @@ class App {
|
||||
action: "autobake",
|
||||
data: this.manager.input.getActiveTab()
|
||||
});
|
||||
|
||||
this.manager.controls.toggleBakeButtonFunction(false, true);
|
||||
} else {
|
||||
this.manager.controls.showStaleIndicator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user