Disable torrents in search bar
Hi there,
Is there any way to disable the torrent option on the homarr search bar?
Many thanks
1 Reply
Did you find a solution?
You could do
div.mantine-Group-root.mantine-Autocomplete-item:nth-child(2) {
display: none;
}
though, it's still selectable with arrow keys