add TitleBar UpdateTimeLocation

This commit is contained in:
cuu
2018-12-24 07:00:27 +00:00
parent fe210d5561
commit 6f4bbe62dd
2 changed files with 32 additions and 0 deletions

View File

@@ -259,6 +259,10 @@ func (self *TimeZoneListPage) Click() {
err := cpCmd.Run()
if err != nil{
fmt.Println(err)
}else {
self.Screen.TitleBar.UpdateTimeLocation()
}
fmt.Println("add ",cur_li.Path)
}