workspace: Consistently set minimized state

This commit is contained in:
Victoria Brekenfeld 2025-06-30 19:54:09 +02:00 committed by Victoria Brekenfeld
parent 9d3678e908
commit 83ed79af16
2 changed files with 7 additions and 1 deletions

View file

@ -611,7 +611,6 @@ impl FloatingLayout {
));
}
mapped.set_minimized(false);
self.space
.map_element(mapped.clone(), position.as_logical(), true);
self.space.refresh();