Forráskód Böngészése

Fixed option default

n1474335 6 éve
szülő
commit
27677adbe8
1 módosított fájl, 4 hozzáadás és 0 törlés
  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();
     }