From 9b72d7c5cc1bfd3c8cec7163f1dedd53bb3c7733 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 21 Sep 2025 01:37:52 +0530 Subject: [PATCH] debuging with logs --- src/js/app.js | 3 +++ src/svelte-components/src/dialogs/EasyAdapterDialog.svelte | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/js/app.js b/src/js/app.js index 896bcec..98ba8d1 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -251,6 +251,9 @@ module.exports = new Vue({ // Explicitly access the easy-adapter property to establish reactivity const easyAdapterValue = this.config.settings["easy-adapter"]; + + console.log("1",easyAdapterValue); + console.log("2",this.config) // Return true only if explicitly set to true return easyAdapterValue === true; diff --git a/src/svelte-components/src/dialogs/EasyAdapterDialog.svelte b/src/svelte-components/src/dialogs/EasyAdapterDialog.svelte index 8b9bcce..c35a633 100644 --- a/src/svelte-components/src/dialogs/EasyAdapterDialog.svelte +++ b/src/svelte-components/src/dialogs/EasyAdapterDialog.svelte @@ -34,9 +34,7 @@ :global(.easy-adapter-dialog .mdc-dialog__surface) { z-index: 10002 !important; - width: 50vw !important; - height: 35vh !important; + width: 30vw !important; max-width: 50vw !important; - max-height: 35vh !important; }