add update.sh ,RUNSH

This commit is contained in:
cuu
2018-12-08 15:30:07 +08:00
parent 04f8f9096c
commit 748174b83a
5 changed files with 33 additions and 7 deletions

View File

@@ -4,4 +4,5 @@ package UI
const (
RUNEVT=1
RESTARTUI=2
RUNSH=3
)

View File

@@ -148,6 +148,7 @@ func (self *TitleBar) RoundRobinCheck() {
self.CheckBatteryStat()
///self.CheckBluetooth()
self.UpdateWifiStrength()
SwapAndShow()
}else if self.InLowBackLight >= 0 {
self.InLowBackLight +=1