sound and brightenss

This commit is contained in:
cuu
2018-11-29 14:36:48 +08:00
parent b7ad646046
commit e45800dfe2
16 changed files with 819 additions and 3 deletions

View File

@@ -543,7 +543,7 @@ func (self *WifiList) DbusDaemonStatusChangedSig(body []interface{}) {
}
var info_str []string
for i,v := range info {
for _,v := range info {
info_str = append(info_str, v.String())
}
@@ -565,7 +565,7 @@ func (self *WifiList) DbusConnectResultsSent(body []interface{}) {
fmt.Println(ret_val)
}
self.Connecting = flase
self.Connecting = false
self.BlockingUI = false
if self.BlockCb != nil {
self.BlockCb()