fix: settings tab display name (#250)

This commit is contained in:
Young 2025-06-19 14:33:00 +08:00 committed by GitHub
parent dcdd7288ed
commit 82e1b65792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,6 +179,7 @@ export const MCPTab: Tab = ({ settings, onChange }) => {
);
};
MCPTab.icon = Blocks;
MCPTab.displayName = "MCP";
MCPTab.badge = "Beta";
MCPTab.displayName = "MCP";