more cleanups after removing old window
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
b8991ccf58
commit
f89ba90467
|
@ -29,3 +29,8 @@ func sortLines(input string) string {
|
||||||
tmp = strings.TrimRight(tmp, "\n")
|
tmp = strings.TrimRight(tmp, "\n")
|
||||||
return tmp
|
return tmp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (ls *LinuxStatus) SetSpeedActual(s string) {
|
||||||
|
if ! ls.Ready() {return}
|
||||||
|
ls.speedActual.Set(s)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue