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:
Chocobo1
2024-08-04 17:16:01 +08:00
committed by GitHub
12 changed files with 41 additions and 91 deletions

View File

@@ -90,7 +90,6 @@ window.qBittorrent.PropPeers ??= (() => {
});
}
torrentPeersTable.updateTable(full_update);
torrentPeersTable.altRow();
if (response["show_flags"]) {
if (show_flags !== response["show_flags"]) {