mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
...
This commit is contained in:
parent
8b18259b4c
commit
df2cc2c931
@ -226,9 +226,9 @@ func (self *DownloadProcessPage) StartDownload(_url,dst_dir string) {
|
||||
|
||||
self.TheTicker = gotime.NewTicker(100 * gotime.Millisecond)
|
||||
|
||||
if self.Doing = false {
|
||||
go self.UpdateProcessInterval()
|
||||
if self.Doing == false {
|
||||
self.Doing = true
|
||||
go self.UpdateProcessInterval()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user