diff --git a/src/web/App.mjs b/src/web/App.mjs index 24715559..cf9f9611 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -157,6 +157,8 @@ class App { action: "autobake", data: this.manager.input.getActiveTab() }); + + this.manager.controls.toggleBakeButtonFunction(false, true); } else { this.manager.controls.showStaleIndicator(); }