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