浏览代码

Fixed option default

n1474335 6 年之前
父节点
当前提交
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();
     }