added the option for restarting stalled downloads

This commit is contained in:
huangjx
2021-10-06 15:21:14 +08:00
parent 118ff8ec31
commit 74a905e37f
7 changed files with 33 additions and 8 deletions

View File

@@ -65,6 +65,9 @@ div .number {
.icon-unpause {
background-image: url('../img/play.svg');
}
.icon-refresh {
background-image: url('../img/refresh.svg');
}
#ncdownloader-action-links-container {
position: relative;