diff --git a/komorebi/src/workspace.rs b/komorebi/src/workspace.rs index 94860fc3..a2ccb130 100644 --- a/komorebi/src/workspace.rs +++ b/komorebi/src/workspace.rs @@ -660,6 +660,10 @@ impl Workspace { self.set_monocle_container_restore_idx(None); } + for c in self.containers() { + c.restore(); + } + return Ok(()); } }