Remove icon for library search filter setting (#476)
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
import { List, ListItem, ListItemText, Switch } from '@mui/material';
|
||||
import ListItemSecondaryAction from '@mui/material/ListItemSecondaryAction';
|
||||
import ListItemIcon from '@mui/material/ListItemIcon';
|
||||
import SearchIcon from '@mui/icons-material/Search';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import ListSubheader from '@mui/material/ListSubheader';
|
||||
import { SearchMetadataKeys } from '@/typings';
|
||||
@@ -38,9 +36,6 @@ export function SearchSettings() {
|
||||
}
|
||||
>
|
||||
<ListItem>
|
||||
<ListItemIcon>
|
||||
<SearchIcon />
|
||||
</ListItemIcon>
|
||||
<ListItemText primary={t('search.label.ignore_filters')} />
|
||||
<ListItemSecondaryAction>
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user