rudimentary speed gauge

This commit is contained in:
Zlatin Balevsky
2019-06-03 18:02:10 +01:00
parent abbb741d73
commit 6e0f1778b7
3 changed files with 28 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ class MainFrameView {
int pieceSize = row.downloader.pieceSize // TODO: fix for last piece
"$position/$pieceSize bytes"
})
closureColumn(header: "Speed (bytes/second)", type:Integer, read :{row -> row.downloader.speed()})
}
}
}