diff --git a/apps/desktop/src/app/chat/sidebar/profile-switcher.tsx b/apps/desktop/src/app/chat/sidebar/profile-switcher.tsx index f5ccd632c2..6fd4e116d5 100644 --- a/apps/desktop/src/app/chat/sidebar/profile-switcher.tsx +++ b/apps/desktop/src/app/chat/sidebar/profile-switcher.tsx @@ -184,6 +184,11 @@ export function ProfileRail() { setShowAllProfiles(true)} /> ))} + {/* Single-profile: the active default's home icon next to the create +. */} + {!multiProfile && defaultProfile && ( + selectProfile(defaultProfile.name)} /> + )} +