mirror of https://github.com/zlatinb/muwire
clarify upload column
parent
1af75413aa
commit
f2706a4426
|
@ -185,7 +185,7 @@ class MainFrameView {
|
|||
closureColumn(header : "Name", type : String, read : {row -> row.getName() })
|
||||
closureColumn(header : "Progress", type : String, read : { row ->
|
||||
int percent = row.getProgress()
|
||||
"$percent%"
|
||||
"$percent% of piece"
|
||||
})
|
||||
closureColumn(header : "Downloader", type : String, read : { row ->
|
||||
row.getDownloader()
|
||||
|
|
Loading…
Reference in New Issue