|
@@ -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();
|
|
}
|
|
}
|
|
|
|
|