Skip to content

Commit

Permalink
Use enabled search plugins by default in WebUI
Browse files Browse the repository at this point in the history
PR #20969.
Closes #20558.
  • Loading branch information
Piccirello committed Jun 24, 2024
1 parent 5740238 commit 9d87a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/www/private/scripts/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9d87a81

Please sign in to comment.