diff --git a/src/App.jsx b/src/App.jsx
index 432cff9..e09a626 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -2545,44 +2545,10 @@ async function createNewChat() {
)}
{activeSidebarMode === 'settings' && (
-
-
setActiveSettingsSubmenu('General')}
- >
- General
-
-
setActiveSettingsSubmenu('AI Models')}
- >
- AI Models
-
-
setActiveSettingsSubmenu('Interface')}
- >
- Interface
-
-
setActiveSettingsSubmenu('Backend')}
- >
- Backend
-
-
setActiveSettingsSubmenu('Updates')}
- >
- Updates
-
-
setActiveSettingsSubmenu('Advanced')}
- >
- Advanced
-
-
+
)}
{activeSidebarMode !== 'settings' && (
@@ -3090,48 +3056,22 @@ async function createNewChat() {
>
)}
{activeSidebarMode === 'settings' && (
- <>
-
- {activeSettingsSubmenu} Settings
-
- {activeSettingsSubmenu === 'General' && (
-
- )}
- {activeSettingsSubmenu === 'AI Models' && (
-
- )}
- {activeSettingsSubmenu === 'Interface' && (
-
- )}
- {activeSettingsSubmenu === 'Backend' && (
- setSearxEngines(normalizeWebsearchEngines(next))}
- />
- )}
- {activeSettingsSubmenu === 'Updates' && (
-
- )}
- {activeSettingsSubmenu === 'Advanced' && (
-
- )}
- >
+
)}