mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Merge pull request #21123 from skomerko/webui-use-alternating-row-colors
WebUI: Add ability to toggle alternating row colors in tables
This commit is contained in:
@@ -343,7 +343,6 @@ window.qBittorrent.Search ??= (() => {
|
||||
|
||||
// must restore all filters before calling updateTable
|
||||
searchResultsTable.updateTable();
|
||||
searchResultsTable.altRow();
|
||||
|
||||
// must reselect rows after calling updateTable
|
||||
if (rowsToSelect.length > 0)
|
||||
@@ -825,7 +824,6 @@ window.qBittorrent.Search ??= (() => {
|
||||
$("numSearchResultsTotal").textContent = searchResultsTable.getRowIds().length;
|
||||
|
||||
searchResultsTable.updateTable();
|
||||
searchResultsTable.altRow();
|
||||
}
|
||||
|
||||
setupSearchTableEvents(true);
|
||||
|
||||
Reference in New Issue
Block a user