cleaning up media settings
This commit is contained in:
@@ -182,6 +182,7 @@ export default function FooterControls() {
|
|||||||
color: 'white',
|
color: 'white',
|
||||||
}}
|
}}
|
||||||
size="small"
|
size="small"
|
||||||
|
onClick={handleClickProfile}
|
||||||
>
|
>
|
||||||
<FiSettings />
|
<FiSettings />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
@@ -257,6 +258,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
|
|||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
|
<Stack direction="row" alignItems="flex-start" spacing={1}>
|
||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<InputLabel>Microphone</InputLabel>
|
<InputLabel>Microphone</InputLabel>
|
||||||
<Select label="Microphone">
|
<Select label="Microphone">
|
||||||
@@ -295,18 +297,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
|
|||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
</Stack>
|
||||||
<FormControl fullWidth disabled>
|
|
||||||
<InputLabel>Screen</InputLabel>
|
|
||||||
<Select value={'coming soon'} label="Audio">
|
|
||||||
<MenuItem value={NO_DEVICE_SELECTION}>
|
|
||||||
<em>None</em>
|
|
||||||
</MenuItem>
|
|
||||||
<MenuItem value={'coming soon'}>{'coming soon'}</MenuItem>
|
|
||||||
<MenuItem value={20}>Twenty</MenuItem>
|
|
||||||
<MenuItem value={30}>Thirty</MenuItem>
|
|
||||||
</Select>
|
|
||||||
</FormControl>
|
|
||||||
|
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user