mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-13 14:23:24 +01:00
fix(wm): restore containers when closing monocle
This commit fixes a regression introduced by hiding other containers when monocle is enabled. When the monocle container is closed, other containers on the workspace will now be restored. re #834
This commit is contained in:
@@ -660,6 +660,10 @@ impl Workspace {
|
||||
self.set_monocle_container_restore_idx(None);
|
||||
}
|
||||
|
||||
for c in self.containers() {
|
||||
c.restore();
|
||||
}
|
||||
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user