summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/Network.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Network.qml b/services/Network.qml
index 3844619..12f0864 100644
--- a/services/Network.qml
+++ b/services/Network.qml
@@ -123,7 +123,7 @@ Singleton {
active: net[0] === "yes",
strength: parseInt(net[1]),
frequency: parseInt(net[2]),
- ssid: net[3],
+ ssid: net[3].replace(rep2, ":"),
bssid: net[4]?.replace(rep2, ":") ?? "",
security: net[5] || ""
};