This commit is contained in:
bsaravanan783
2025-09-21 01:26:36 +05:30
3 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
const namesByKey = {
"units":"units",
"probing-prompts": "Show safety prompts",
"easy-adapter": "Enable/Disable Easy Adapter",
"easy-adapter": "Easy Adapter On/Off",
"probe-xdim": "Probe block width",
"probe-ydim": "Probe block length",
"probe-zdim": "Probe block height",

View File

@@ -34,5 +34,9 @@
:global(.easy-adapter-dialog .mdc-dialog__surface) {
z-index: 10002 !important;
width: 50vw !important;
height: 35vh !important;
max-width: 50vw !important;
max-height: 35vh !important;
}
</style>

View File

@@ -34,7 +34,7 @@ export function handleConfigUpdate(config: Record<string, any>) {
} finally {
easyAdapterTimer = null;
}
}, 5000);
}, 90000);
} catch (error) {
console.error("Failed to show EasyAdapter dialog:", error);
}