From 0b823f22cd5fa9a4a3013a6f7ae888a68a665ee4 Mon Sep 17 00:00:00 2001 From: milind-soni Date: Fri, 14 Aug 2026 15:48:02 +0530 Subject: [PATCH] Remove duplicate Local VM settings tab --- src/components/SettingsModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index 44f43fb05..19bb690d9 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -17,7 +17,6 @@ const SECTIONS: Array<{ id: AppSettingsSection; label: string; icon: typeof User { id: "connections", label: "Connections", icon: KeyRound }, { id: "computer", label: "Local VM", icon: Monitor }, { id: "voice", label: "Voice", icon: Volume2 }, - { id: "computer", label: "Local VM", icon: Monitor }, ]; /** Name + email, persisted to /api/config {profile} on blur. */