This commit is contained in:
danny
2025-12-31 06:59:20 +01:00
parent 7c1d166377
commit 277939c1f5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ SmartPanel {
anchors.margins: Style.marginL
spacing: Style.marginM
// Ethernet info (shown when Ethernet is connected) — placed above WiFi header per request
// Ethernet info (shown when Ethernet is connected)
NBox {
visible: NetworkService.ethernetConnected
Layout.fillWidth: true
-1
View File
@@ -412,7 +412,6 @@ Singleton {
id: ethernetDeviceShowProcess
property string ifname: ""
running: false
// Note: Do NOT request GENERAL.SPEED here — it isn't supported on some nmcli versions
// Speed is resolved via ethtool fallback below to avoid stderr warnings
command: ["nmcli", "-t", "-f", "GENERAL.CONNECTION,IP4.ADDRESS,IP4.GATEWAY,IP4.DNS", "device", "show", ifname]