Missing "connect" button next to WiFi networks
lissyx opened this issue · 1 comments
lissyx commented
STR:
0. Build current tree
- Flash (full or just gecko)
- Open Settings, Scan networks
Expected:
WPA-PSK
/ WPA2-PSK
and OPEN
at least should have Connect
appended
Actual:
No connect
, though console.log
shows (4 is network.security.trim().length
):
09-22 09:17:06.744 4846 4846 I Gecko : console.log: "WIFI Livebox-XXXX OPEN"
09-22 09:17:06.744 4087 4087 I Gecko : console.log: "WIFI Livebox-XXXX OPEN"
09-22 09:17:06.745 4846 4846 I Gecko : console.log: "WIFI: 4"
09-22 09:17:06.745 4087 4087 I Gecko : console.log: "WIFI: 4"
fabricedesre commented
Fixed in 356fb9f