fix: update_redraw on delete container change

This commit is contained in:
Jack Wills
2025-02-23 14:24:04 +00:00
parent bb4eec2b5e
commit a1f31c6c88
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -350,6 +350,7 @@ impl DockerData {
GuiState::start_loading_animation(&gui_state, uuid);
if match control {
DockerCommand::Delete => {
gui_state.lock().set_delete_container(None);
docker
.remove_container(
id.get(),