mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
tab indicator: Animate opening
This commit is contained in:
+2
-5
@@ -4112,11 +4112,8 @@ impl<W: LayoutElement> Layout<W> {
|
||||
}
|
||||
|
||||
for ws in self.workspaces_mut() {
|
||||
for tile in ws.tiles_mut() {
|
||||
if tile.window().id() == window {
|
||||
tile.start_open_animation();
|
||||
return;
|
||||
}
|
||||
if ws.start_open_animation(window) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user