mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-24 23:25:25 -07:00
Remove suggestions while searching for torrents
Don't want torrent search history to pop up next time you try to search for torrents, right? There are people who would search for 18+ content and what they searched would load up next time they are about to search. PR #18285.
This commit is contained in:
parent
eb98a04245
commit
961e05e9a8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
<div id="searchResults">
|
<div id="searchResults">
|
||||||
<div style="overflow: hidden; height: 70px;">
|
<div style="overflow: hidden; height: 70px;">
|
||||||
<div style="margin: 20px 0; height: 30px;">
|
<div style="margin: 20px 0; height: 30px;">
|
||||||
<input type="text" id="searchPattern" class="searchInputField" placeholder="QBT_TR(Search)QBT_TR[CONTEXT=SearchEngineWidget]" autocorrect="off" autocapitalize="none" />
|
<input type="text" id="searchPattern" class="searchInputField" placeholder="QBT_TR(Search)QBT_TR[CONTEXT=SearchEngineWidget]" autocorrect="off" autocomplete="off" autocapitalize="none" />
|
||||||
<select id="categorySelect" class="searchInputField" onchange="qBittorrent.Search.categorySelected()"></select>
|
<select id="categorySelect" class="searchInputField" onchange="qBittorrent.Search.categorySelected()"></select>
|
||||||
<select id="pluginsSelect" class="searchInputField" onchange="qBittorrent.Search.pluginSelected()"></select>
|
<select id="pluginsSelect" class="searchInputField" onchange="qBittorrent.Search.pluginSelected()"></select>
|
||||||
<button id="startSearchButton" class="searchInputField" onclick="qBittorrent.Search.startStopSearch()">QBT_TR(Search)QBT_TR[CONTEXT=SearchEngineWidget]</button>
|
<button id="startSearchButton" class="searchInputField" onclick="qBittorrent.Search.startStopSearch()">QBT_TR(Search)QBT_TR[CONTEXT=SearchEngineWidget]</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue