Skip to content

Commit

Permalink
fix(u3d): remove wrong progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Jun 7, 2024
1 parent d1bc99a commit 500a53e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resource/schemas/UNIT3D/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
}],
"fieldSelector": {
"progress": {
"selector": ["span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons, span.torrent-icons > i.fas.fa-thumbs-down.text-warning.torrent-icons", "span.torrent-icons > i.fas.fa-thumbs-down.text-warning.torrent-icons", ""],
"selector": ["span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons, span.torrent-icons > i.fas.fa-thumbs-down.text-warning.torrent-icons", ""],
"switchFilters": [
["100"],
["0"],
["null"]
]
},
Expand Down

0 comments on commit 500a53e

Please sign in to comment.