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

Fixed option default

This commit is contained in:
n1474335
2019-04-01 00:29:10 +01:00
parent 6fa06a4f8b
commit 27677adbe8

View File

@@ -81,6 +81,10 @@ class SeasonalWaiter {
</div>`;
optionsBody.appendChild(optionItem);
if (!this.app.options.hasOwnProperty("clippy")) {
this.app.options.clippy = true;
}
this.manager.options.load();
}