2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Set bake button to "Loading..." when an autobake is started

This commit is contained in:
j433866
2019-05-08 16:42:19 +01:00
parent cbf1d2feb0
commit 3c2e5c143a

View File

@@ -157,6 +157,8 @@ class App {
action: "autobake",
data: this.manager.input.getActiveTab()
});
this.manager.controls.toggleBakeButtonFunction(false, true);
} else {
this.manager.controls.showStaleIndicator();
}