We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd76c35 commit ff56fd1Copy full SHA for ff56fd1
dsclient/src/client.rs
@@ -317,7 +317,7 @@ fn draw(host: String, pwd: String) {
317
last = cur;
318
_length_all = _length_sum;
319
if let Ok(mut a) = _tool_str.write() {
320
- *a = format!("FPS:{:2} | Rate:{:>6}kb/s", fps, _length_all / 1024);
+ *a = format!("FPS:{:2} | Rate:{:>6}KB/s", fps, _length_all / 1024);
321
}
322
fps = fpscount;
323
fpscount = 0;
0 commit comments