mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove Paper
This commit is contained in:
parent
f94e16d56a
commit
d7763985a9
1 changed files with 11 additions and 13 deletions
|
@ -215,19 +215,17 @@ export const Component = () => {
|
||||||
|
|
||||||
<Typography variant='h2'>{globalize.translate('QuickConnect')}</Typography>
|
<Typography variant='h2'>{globalize.translate('QuickConnect')}</Typography>
|
||||||
|
|
||||||
<Paper sx={{ p: 2 }}>
|
<FormControl>
|
||||||
<FormControl>
|
<FormControlLabel
|
||||||
<FormControlLabel
|
control={
|
||||||
control={
|
<Checkbox
|
||||||
<Checkbox
|
name='QuickConnectAvailable'
|
||||||
name='QuickConnectAvailable'
|
defaultChecked={config.QuickConnectAvailable}
|
||||||
defaultChecked={config.QuickConnectAvailable}
|
/>
|
||||||
/>
|
}
|
||||||
}
|
label={globalize.translate('EnableQuickConnect')}
|
||||||
label={globalize.translate('EnableQuickConnect')}
|
/>
|
||||||
/>
|
</FormControl>
|
||||||
</FormControl>
|
|
||||||
</Paper>
|
|
||||||
|
|
||||||
<Typography variant='h2'>{globalize.translate('HeaderPerformance')}</Typography>
|
<Typography variant='h2'>{globalize.translate('HeaderPerformance')}</Typography>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue