show who is downloading

This commit is contained in:
Zlatin Balevsky
2019-06-01 21:53:14 +01:00
parent 656b62fc2e
commit f41cc39659
6 changed files with 36 additions and 9 deletions

View File

@@ -136,6 +136,9 @@ class MainFrameView {
int percent = (int)((position * 100.0) / total)
"$percent%"
})
closureColumn(header : "Downloader", type : String, read : { row ->
row.request.downloader?.getHumanReadableName()
})
}
}
}