From 3c2e5c143a60c6d89ed9809f3a1dba22dfc78817 Mon Sep 17 00:00:00 2001 From: j433866 Date: Wed, 8 May 2019 16:42:19 +0100 Subject: [PATCH] Set bake button to "Loading..." when an autobake is started --- src/web/App.mjs | 2 ++ 1 file changed, 2 insertions(+) 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(); }