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