소스 검색

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