mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Fixed option default
This commit is contained in:
@@ -81,6 +81,10 @@ class SeasonalWaiter {
|
|||||||
</div>`;
|
</div>`;
|
||||||
optionsBody.appendChild(optionItem);
|
optionsBody.appendChild(optionItem);
|
||||||
|
|
||||||
|
if (!this.app.options.hasOwnProperty("clippy")) {
|
||||||
|
this.app.options.clippy = true;
|
||||||
|
}
|
||||||
|
|
||||||
this.manager.options.load();
|
this.manager.options.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user