mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
...
This commit is contained in:
@@ -226,9 +226,9 @@ func (self *DownloadProcessPage) StartDownload(_url,dst_dir string) {
|
|||||||
|
|
||||||
self.TheTicker = gotime.NewTicker(100 * gotime.Millisecond)
|
self.TheTicker = gotime.NewTicker(100 * gotime.Millisecond)
|
||||||
|
|
||||||
if self.Doing = false {
|
if self.Doing == false {
|
||||||
go self.UpdateProcessInterval()
|
|
||||||
self.Doing = true
|
self.Doing = true
|
||||||
|
go self.UpdateProcessInterval()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user