mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Use enabled search plugins by default in WebUI
PR #20969. Closes #20558.
This commit is contained in:
committed by
sledgehammer999
parent
fe93b6d0d8
commit
210650a5ee
@@ -53,7 +53,7 @@ window.qBittorrent.Search = (function() {
|
|||||||
const searchPlugins = [];
|
const searchPlugins = [];
|
||||||
let prevSearchPluginsResponse;
|
let prevSearchPluginsResponse;
|
||||||
let selectedCategory = "QBT_TR(All categories)QBT_TR[CONTEXT=SearchEngineWidget]";
|
let selectedCategory = "QBT_TR(All categories)QBT_TR[CONTEXT=SearchEngineWidget]";
|
||||||
let selectedPlugin = "all";
|
let selectedPlugin = "enabled";
|
||||||
let prevSelectedPlugin;
|
let prevSelectedPlugin;
|
||||||
// whether the current search pattern differs from the pattern that the active search was performed with
|
// whether the current search pattern differs from the pattern that the active search was performed with
|
||||||
let searchPatternChanged = false;
|
let searchPatternChanged = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user