Use enabled search plugins by default in WebUI

PR #20969.
Closes #20558.
This commit is contained in:
Thomas Piccirello 2024-06-24 10:45:14 -07:00 committed by sledgehammer999
parent fe93b6d0d8
commit 210650a5ee
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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;