diff --git a/ui/desktop/src/components/settings/SettingsView.tsx b/ui/desktop/src/components/settings/SettingsView.tsx index b9e88a12..00400580 100644 --- a/ui/desktop/src/components/settings/SettingsView.tsx +++ b/ui/desktop/src/components/settings/SettingsView.tsx @@ -10,6 +10,7 @@ import { MainPanelLayout } from '../Layout/MainPanelLayout'; import { Bot, Share2, Monitor, MessageSquare } from 'lucide-react'; import { useState, useEffect } from 'react'; import ChatSettingsSection from './chat/ChatSettingsSection'; +import { CONFIGURATION_ENABLED } from '../../updates'; export type SettingsViewOptions = { deepLinkConfig?: ExtensionConfig; @@ -126,7 +127,7 @@ export default function SettingsView({ className="mt-0 focus-visible:outline-none focus-visible:ring-0" >
- Edit your goose config
+ Configuration
+
+