Skip to content

Commit

Permalink
fix missing icon for active torrents (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
koblack authored Nov 18, 2024
1 parent eccf1b8 commit c442d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/theme/themes/DarkBetter/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ panel-label[icon="queued-down"] {
panel-label[icon="queued-up"] {
--status-image: url(../plugins/theme/themes/DarkBetter/images/t_queued_up.svg);
}
panel-label[icon="active"] {
panel-label[icon="up-down"] {
--status-image: url(../plugins/theme/themes/DarkBetter/images/t_active.svg);
}
panel-label[icon="all"] {
Expand Down

0 comments on commit c442d05

Please sign in to comment.