diff --git a/packages/desktop/src/tree/FooterControls.tsx b/packages/desktop/src/tree/FooterControls.tsx index a257445..86eb392 100644 --- a/packages/desktop/src/tree/FooterControls.tsx +++ b/packages/desktop/src/tree/FooterControls.tsx @@ -182,6 +182,7 @@ export default function FooterControls() { color: 'white', }} size="small" + onClick={handleClickProfile} > @@ -257,56 +258,46 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op - - Microphone - + + None - ))} - - - Your speaker selection should be done on your computer status or taskbar. Please - select distinct speaker and microphone to avoid distortion when you have a bluetooth - device connected. - - + {devices.audioInputDevices.map((deviceInfo) => ( + + {deviceInfo.label} + + ))} + + + Your speaker selection should be done on your computer status or taskbar. Please + select distinct speaker and microphone to avoid distortion when you have a bluetooth + device connected. + + - - Video - + + None - ))} - - - - - Screen - - + {devices.videoDevices.map((deviceInfo) => ( + + {deviceInfo.label} + + ))} + + +