mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-15 11:18:51 +01:00
commit
029e89737c
@ -57,8 +57,9 @@ class TitleBar:
|
|||||||
if self._InLowBackLight < 0:
|
if self._InLowBackLight < 0:
|
||||||
self.CheckBatteryStat()
|
self.CheckBatteryStat()
|
||||||
self.SyncSoundVolume()
|
self.SyncSoundVolume()
|
||||||
self.UpdateWifiStrength()
|
|
||||||
self.CheckBluetooth()
|
self.CheckBluetooth()
|
||||||
|
self.UpdateWifiStrength()
|
||||||
|
|
||||||
SwapAndShow()
|
SwapAndShow()
|
||||||
# print("TitleBar Gobjectroundrobin")
|
# print("TitleBar Gobjectroundrobin")
|
||||||
elif self._InLowBackLight >= 0:
|
elif self._InLowBackLight >= 0:
|
||||||
@ -66,8 +67,9 @@ class TitleBar:
|
|||||||
if self._InLowBackLight > 10:
|
if self._InLowBackLight > 10:
|
||||||
self.CheckBatteryStat()
|
self.CheckBatteryStat()
|
||||||
self.SyncSoundVolume()
|
self.SyncSoundVolume()
|
||||||
self.UpdateWifiStrength()
|
|
||||||
self.CheckBluetooth()
|
self.CheckBluetooth()
|
||||||
|
self.UpdateWifiStrength()
|
||||||
|
|
||||||
self._InLowBackLight = 0
|
self._InLowBackLight = 0
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user