This commit is contained in:
cuu
2018-12-18 21:11:10 +08:00
parent 6776a8f686
commit 78a5412b0d

View File

@@ -146,7 +146,7 @@ func (self *TitleBar) RoundRobinCheck() {
if self.InLowBackLight < 0 { if self.InLowBackLight < 0 {
self.CheckBatteryStat() self.CheckBatteryStat()
///self.CheckBluetooth() self.CheckBluetooth()
self.UpdateWifiStrength() self.UpdateWifiStrength()
SwapAndShow() SwapAndShow()
@@ -155,7 +155,7 @@ func (self *TitleBar) RoundRobinCheck() {
if self.InLowBackLight > 10 { if self.InLowBackLight > 10 {
self.CheckBatteryStat() self.CheckBatteryStat()
self.CheckBluetooth()
self.UpdateWifiStrength() self.UpdateWifiStrength()
self.InLowBackLight = 0 // reset self.InLowBackLight = 0 // reset