mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Use enabled search plugins by default in WebUI
PR #20969. Closes #20558.
This commit is contained in:
committed by
GitHub
parent
5740238933
commit
9d87a813b2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user