WebUI: Add ability to toggle alternating row colors in tables

This commit is contained in:
skomerko
2024-07-28 09:02:15 +02:00
parent 69a829dfb0
commit b67495464d
11 changed files with 40 additions and 90 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"]) {