We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4845635 commit 27d9661Copy full SHA for 27d9661
1 file changed
src/webview/client/homescreen.ts
@@ -241,6 +241,8 @@ function handleAiToolsData(msg: AiToolsDataMessage): void {
241
renderAdditionalPlatformRows(msg.additionalPlatforms);
242
renderSkillRows(msg.skills, msg.installedOnPrimary);
243
renderMcpRows(msg.mcpServers, msg.configuredMcpKeys);
244
+ const applyBtn = el<HTMLButtonElement>("hs-ai-apply");
245
+ if (applyBtn) { applyBtn.textContent = "Apply"; }
246
showPanelState("ready");
247
updateApplyButton();
248
}
0 commit comments