Remove step and progress from Chef.

It's now all handled by the App!
This commit is contained in:
j433866 2019-06-04 14:02:45 +01:00
parent 0e5944e9c6
commit 31a3af1f84
6 changed files with 56 additions and 79 deletions

View file

@ -156,7 +156,9 @@ class App {
log.debug("Auto-baking");
this.manager.input.inputWorker.postMessage({
action: "autobake",
data: this.manager.input.getActiveTab()
data: {
activeTab: this.manager.input.getActiveTab()
}
});
} else {
this.manager.controls.showStaleIndicator();