We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4219e commit 9cb0e3bCopy full SHA for 9cb0e3b
packages/extension/entrypoints/ui/App.vue
@@ -48,7 +48,7 @@ const mcpBadgeTooltip = computed(() => {
48
return `Active${fileLabel}`
49
}
50
51
- return `Inactive${fileLabel} • Click to activate`
+ return `Inactive${fileLabel}\nClick to activate`
52
})
53
54
const mcpBadgeStatusClass = computed(() => `tp-mcp-badge-${status.value}`)
0 commit comments