added private ip on network view

This commit is contained in:
2026-08-10 20:12:04 +01:00
parent f246b7e658
commit 9baa312d0e
2 changed files with 26 additions and 2 deletions

View File

@@ -142,7 +142,8 @@ Container {
color: Colors.subtext1
fontSize: 12
fontWeight: 5
text: "Connected on: " + networkColumn.networkInfo["adapterName"]
text: networkColumn.networkInfo["ipAddress"] + " on "
+ networkColumn.networkInfo["adapterName"]
}
StyledText {