mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 19:02:58 +01:00
...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user