From a0ebced79a948b1483ca0c380eb4d8bf623b18af Mon Sep 17 00:00:00 2001 From: bsaravanan783 Date: Sun, 21 Sep 2025 00:53:01 +0530 Subject: [PATCH] changed easy adapter to true --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index bb035be..d363a1a 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -245,7 +245,7 @@ module.exports = new Vue({ is_easy_adapter_active: function() { console.log(this.config.settings["easy-adapter"]); if(this.config.settings && this.config.settings["easy-adapter"] == true) return true; - return false; + return true; }, enable_rotary: function() {