Fixed option default
This commit is contained in:
parent
6fa06a4f8b
commit
27677adbe8
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user