Skip to content

Commit 7d018c8

Browse files
committed
resolved merging issues
1 parent d5faf6c commit 7d018c8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/remix-ide/src/app/tabs/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"settings.mcpServerConfiguration": "MCP Server Configuration",
6969
"settings.mcpServerConfigurationDescription": "Connect to Model Context Protocol servers for enhanced AI context",
7070
"settings.enableMCPEnhancement": "Enable MCP Integration",
71-
"settings.enableMCPEnhancementDescription": "Manage your MCP server connections"
71+
"settings.enableMCPEnhancementDescription": "Manage your MCP server connections",
7272
"settings.aiPrivacyPolicyDescription": "Understand how RemixAI processes your data."
7373
}

apps/remix-ide/src/app/tabs/settings-tab.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const _paq = (window._paq = window._paq || [])
1515
const profile = {
1616
name: 'settings',
1717
displayName: 'Settings',
18-
methods: ['get', 'updateCopilotChoice', 'getCopilotSetting', 'set'],
19-
methods: ['get', 'updateCopilotChoice', 'getCopilotSetting', 'updateMatomoPerfAnalyticsChoice'],
18+
methods: ['get', 'updateCopilotChoice', 'getCopilotSetting', 'set', 'updateMatomoPerfAnalyticsChoice'],
2019
events: [],
2120
icon: 'assets/img/settings.webp',
2221
description: 'Remix-IDE settings',

0 commit comments

Comments
 (0)