No Need to call ProgressFunction again

This commit is contained in:
aditya-K2 2022-10-08 02:39:54 +05:30
parent 387f01f531
commit b53e051694
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ func main() {
})
go func() {
drawFunc := func() { ui.ProgressFunction() }
drawFunc := func() {}
for {
ui.Ui.App.QueueUpdateDraw(drawFunc)
time.Sleep(time.Second)