Skip to content

Commit 90b1102

Browse files
committed
Fix crash after pull
1 parent 5165672 commit 90b1102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/internal/gui/launchTab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func handleContainerEvent(layerProgress map[string]*widget.ProgressBar, vBox *fy
104104
}
105105
if state != c.PullingState && len(layerProgress) > 0 {
106106
for _, bar := range layerProgress {
107-
vBox.Remove(bar)
107+
bar.Hide()
108108
}
109109
layerProgress = map[string]*widget.ProgressBar{}
110110
}

0 commit comments

Comments
 (0)