Skip to content

Commit

Permalink
Fix crash after pull
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Nov 11, 2021
1 parent 5165672 commit 90b1102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/internal/gui/launchTab.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func handleContainerEvent(layerProgress map[string]*widget.ProgressBar, vBox *fy
}
if state != c.PullingState && len(layerProgress) > 0 {
for _, bar := range layerProgress {
vBox.Remove(bar)
bar.Hide()
}
layerProgress = map[string]*widget.ProgressBar{}
}
Expand Down

0 comments on commit 90b1102

Please sign in to comment.