This commit is contained in:
cuu
2023-01-07 12:51:26 +00:00
parent 19eb2f5701
commit f033293021
2 changed files with 9 additions and 10 deletions

View File

@@ -309,13 +309,6 @@ func (self *AboutPage) Init() {
self.Icons["bg"] = bgpng
self.CpuInfo()
self.MemInfo()
self.CpuMhz()
self.Uname()
self.GenList()
self.Scroller = UI.NewListScroller()
self.Scroller.Parent = self
@@ -347,6 +340,12 @@ func (self *AboutPage) OnLoadCb() {
self.Scrolled = 0
self.PosY = 0
self.DrawOnce = false
self.CpuInfo()
self.MemInfo()
self.CpuMhz()
self.Uname()
self.GenList()
}
func (self *AboutPage) OnReturnBackCb() {