mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Fix showing slice of output not working.
Fix output status message not being reset. Hide magic button when baking.
This commit is contained in:
@@ -205,6 +205,8 @@ class WorkerWaiter {
|
||||
setBakingStatus(bakingStatus) {
|
||||
this.app.baking = bakingStatus;
|
||||
this.manager.controls.toggleBakeButtonFunction(bakingStatus);
|
||||
|
||||
if (bakingStatus) this.manager.output.hideMagicButton();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -403,7 +405,7 @@ class WorkerWaiter {
|
||||
}
|
||||
}
|
||||
this.manager.output.updateOutputStatus("pending", inputData.inputNum);
|
||||
this.manager.output.updateOutputMessage(`Input ${inputData.inputNum} has not been baked yet.`);
|
||||
this.manager.output.updateOutputMessage(`Input ${inputData.inputNum} has not been baked yet.`, inputData.inputNum);
|
||||
|
||||
|
||||
if (inputData.override) {
|
||||
|
||||
Reference in New Issue
Block a user