mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-06 02:32:48 +02:00
fix(wm): Remove unecessary duplicated code
This commit is contained in:
@@ -232,10 +232,6 @@ impl Workspace {
|
||||
container.restore();
|
||||
}
|
||||
|
||||
for container in self.containers_mut() {
|
||||
container.restore();
|
||||
}
|
||||
|
||||
if let Some(container) = self.focused_container_mut() {
|
||||
container.focus_window(container.focused_window_idx());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user