mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-24 12:52:53 +01:00
Emulator fav_list bug fix
This commit is contained in:
@@ -126,12 +126,12 @@ func (self *DownloadProcessPage) UpdateProcessInterval() {
|
||||
// download is complete
|
||||
fmt.Println("download is complete ",self.Value)
|
||||
self.Value = 0
|
||||
|
||||
|
||||
self.TheTicker.Stop()
|
||||
goto OUT
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
OUT:
|
||||
if err := self.resp.Err(); err != nil {
|
||||
self.DownloadErr()
|
||||
fmt.Fprintf(os.Stderr, "Download failed: %v\n", err)
|
||||
|
||||
Reference in New Issue
Block a user