mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-13 16:38:52 +01:00
...
This commit is contained in:
parent
6776a8f686
commit
78a5412b0d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user