Disable the torrent option on the Homarr search bar

Hi there,

Is there any way to disable the torrent option on the homarr search bar?
Many thanks
Solution
Here's a custom CSS that should hide the entry. It doesn't disable selecting it using arrow down but it's something
.mantine-Autocomplete-item:has(.tabler-icon-download) {
  display: none;
}
Was this page helpful?