network: put back the ":" in SSIDs (#601)
This commit is contained in:
parent
fa00a62600
commit
814831620c
1 changed files with 1 additions and 1 deletions
|
|
@ -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] || ""
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue