mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Use enabled search plugins by default in WebUI
PR #20969. Closes #20558.
This commit is contained in:
parent
5740238933
commit
9d87a813b2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ window.qBittorrent.Search = (function() {
|
|||
const searchPlugins = [];
|
||||
let prevSearchPluginsResponse;
|
||||
let selectedCategory = "QBT_TR(All categories)QBT_TR[CONTEXT=SearchEngineWidget]";
|
||||
let selectedPlugin = "all";
|
||||
let selectedPlugin = "enabled";
|
||||
let prevSelectedPlugin;
|
||||
// whether the current search pattern differs from the pattern that the active search was performed with
|
||||
let searchPatternChanged = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue