Skip to content

Commit e074608

Browse files
committed
fix: add click listener for configure button
1 parent 638c70c commit e074608

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/webview/client/homescreen.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ function init(): void {
328328
});
329329
});
330330

331+
// Configure credentials button (uses hs-setup-banner-btn, not hs-action)
332+
document.getElementById("hs-btn-configure")?.addEventListener("click", () => {
333+
getVSCode()?.postMessage({ command: "openGlobalConfig" });
334+
});
335+
331336
// Accordion toggle
332337
el("hs-btn-ai-tools").addEventListener("click", toggleAccordion);
333338

0 commit comments

Comments
 (0)