Adjust Connection Status panel, stop updating when the connection is closed
This commit is contained in:
@@ -180,6 +180,10 @@ export default {
|
||||
);
|
||||
},
|
||||
mSecondString(n) {
|
||||
if (n < 0) {
|
||||
return "??";
|
||||
}
|
||||
|
||||
const bNames = ["ms", "s", "m"];
|
||||
let remain = n,
|
||||
nUnit = bNames[0];
|
||||
|
||||
Reference in New Issue
Block a user