diff --git a/sysgo/UI/download_process_page.go b/sysgo/UI/download_process_page.go index d705415..2c48069 100644 --- a/sysgo/UI/download_process_page.go +++ b/sysgo/UI/download_process_page.go @@ -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() } }