Add an option to show active torrents when

completed torrents are hidden
This commit is contained in:
Someone
2023-10-31 11:23:26 +00:00
parent 735d6484e2
commit 2c019e12d6
5 changed files with 71 additions and 18 deletions

View File

@@ -10,6 +10,9 @@
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"displayActiveTorrents": {
"label": "Show active torrents when completed torrents are hidden"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
},

View File

@@ -10,6 +10,9 @@
"displayCompletedTorrents": {
"label": "Cacher les torrents terminés"
},
"displayActiveTorrents": {
"label": "Afficher les torrents actifs quand les torrents terminés sont masqués"
},
"displayStaleTorrents": {
"label": "Afficher les torrents périmés"
},