cuu 5 years ago
parent
commit
46b517d287
2 changed files with 3 additions and 2 deletions
  1. 2 1
      sys.py/UI/title_bar.py
  2. 1 1
      sys.py/config.py

+ 2 - 1
sys.py/UI/title_bar.py

@@ -59,7 +59,8 @@ class TitleBar:
             self.SyncSoundVolume()
             self.UpdateWifiStrength()
             SwapAndShow()
-        else:
+            print("TitleBar Gobjectroundrobin")
+        elif self._InLowBackLight >= 0:
             self._InLowBackLight+=1
             if self._InLowBackLight > 10:
                 self.CheckBatteryStat()

+ 1 - 1
sys.py/config.py

@@ -19,7 +19,7 @@ SKIN="default"
 ## three timer values in seconds: dim screen, close screen,PowerOff
 ## zero means no action
 PowerLevels = {}
-PowerLevels["supersaving"] = [10,15,20]
+PowerLevels["supersaving"] = [10,14,16]
 PowerLevels["powersaving"] = [40,120,300]
 PowerLevels["balance_saving"] = [40,0,0]