n1474335 6 лет назад
Родитель
Сommit
27677adbe8
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/web/SeasonalWaiter.mjs

+ 4 - 0
src/web/SeasonalWaiter.mjs

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