Don't need that duplex info
This commit is contained in:
@@ -885,7 +885,7 @@ fi
|
|||||||
InfoPair {
|
InfoPair {
|
||||||
visible: root.info.type === "ethernet" && !!root.info.speed
|
visible: root.info.type === "ethernet" && !!root.info.speed
|
||||||
label: "Link"
|
label: "Link"
|
||||||
value: root.formatSpeed(root.info.speed || "") + (root.info.duplex ? " • " + root.info.duplex + " dup" : "")
|
value: root.formatSpeed(root.info.speed || "")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wi-Fi details
|
// Wi-Fi details
|
||||||
|
|||||||
Reference in New Issue
Block a user