Fixed option default
This commit is contained in:
parent
6fa06a4f8b
commit
27677adbe8
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue