mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
add update.sh ,RUNSH
This commit is contained in:
@@ -4,4 +4,5 @@ package UI
|
||||
const (
|
||||
RUNEVT=1
|
||||
RESTARTUI=2
|
||||
RUNSH=3
|
||||
)
|
||||
|
||||
@@ -148,6 +148,7 @@ func (self *TitleBar) RoundRobinCheck() {
|
||||
self.CheckBatteryStat()
|
||||
///self.CheckBluetooth()
|
||||
self.UpdateWifiStrength()
|
||||
SwapAndShow()
|
||||
|
||||
}else if self.InLowBackLight >= 0 {
|
||||
self.InLowBackLight +=1
|
||||
|
||||
Reference in New Issue
Block a user