Skip to content

Commit

Permalink
fix(u3d): progess
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Jun 11, 2024
1 parent 9dd9af4 commit a4fa255
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resource/schemas/UNIT3D/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@
"progress": {
"selector": [
"span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons, i.fas.fa-thumbs-down",
".fa-do-not-enter",
"span.torrent-icons > i.fas.fa-do-not-enter.torrent-icons, span.torrent-icons > i.fa-arrow-circle-down.text-danger.torrent-icons",
""
],
"switchFilters": [["100"], ["0"], ["null"]]
"switchFilters": [
["100"],
["0"],
["null"]
]
},
"status": {
"selector": ["span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons", "span.torrent-icons > i.fa-arrow-circle-down.text-danger.torrent-icons", "span.torrent-icons > i.fas.fa-thumbs-down.text-warning.torrent-icons", "span.torrent-icons > i.fas.fa-do-not-enter.torrent-icons"],
Expand Down

0 comments on commit a4fa255

Please sign in to comment.