Merge pull request #1534 from InterN0te/master-showActiveTorrent

Add an option to show active torrents when completed torrents are hidden in Torrent Queue widget
This commit is contained in:
Tagaishi
2023-11-06 04:11:34 +01:00
committed by GitHub
3 changed files with 85 additions and 19 deletions

View File

@@ -10,6 +10,12 @@
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"displayActiveTorrents": {
"label": "Display active torrents"
},
"speedLimitOfActiveTorrents": {
"label": "Upload speed to consider a torrent as active (kB/s)"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
},