Fix for window activation

This commit is contained in:
Ian Douglas Scott 2023-01-05 18:24:35 -08:00
parent 61726ad3cc
commit 65f7052d8b
2 changed files with 3 additions and 1 deletions

View file

@ -402,6 +402,7 @@ fn start() -> mpsc::Receiver<Event> {
};
app_data.send_event(Event::Connection(conn));
app_data.send_event(Event::Seats(app_data.seat_state.seats().collect()));
app_data.send_event(Event::ToplevelManager(
app_data.toplevel_manager_state.manager.clone(),
));