add bluetooth basic pairing and spanish

This commit is contained in:
cuu
2019-02-07 18:59:02 +08:00
parent 4478ad237a
commit cbb49f5f78
5 changed files with 453 additions and 11 deletions

View File

@@ -546,11 +546,15 @@ func (self *WifiList) DbusDaemonStatusChangedSig(body []interface{}) {
fmt.Println(state," ", info)
}
if self.Screen.CurPage() != self {
return
}
var info_str []string
for _,v := range info {
info_str = append(info_str, v.String())
}
self.UpdateNetList(state,info_str,false,false)
if len(info_str) > 0 {
self.Screen.Draw()