mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
parent
0da383e7b6
commit
f5aa0bb126
1 changed files with 3 additions and 0 deletions
|
@ -771,6 +771,9 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
const full_update = (response["full_update"] === true);
|
||||
if (full_update) {
|
||||
torrentsTableSelectedRows = torrentsTable.selectedRowsIds();
|
||||
update_categories = true;
|
||||
updateTags = true;
|
||||
updateTrackers = true;
|
||||
torrentsTable.clear();
|
||||
category_list.clear();
|
||||
tagList.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue