Fix showing table with errors

This commit is contained in:
Michal Horejsek
2020-08-20 14:44:08 +02:00
parent 29ff8cf54b
commit 5f02e59fa4
5 changed files with 6 additions and 7 deletions

View File

@ -329,7 +329,6 @@ func (f *FrontendQt) setProgressManager(progress *transfer.Progress) {
f.Qml.DisconnectCancelProcess()
f.Qml.SetProgress(1)
f.progress = nil
f.ErrorList.Progress = nil
}()
updates := progress.GetUpdateChannel()