shell: Don't annouce toplevels before they have contents

This commit is contained in:
Victoria Brekenfeld 2023-01-27 18:15:54 +01:00
parent 5a8840b12e
commit 4ed3aceefc
5 changed files with 29 additions and 14 deletions

View file

@ -1059,6 +1059,7 @@ impl Shell {
let (window, seat) = state.common.shell.pending_windows.remove(pos);
let workspace = state.common.shell.workspaces.active_mut(output);
state.common.shell.toplevel_info_state.new_toplevel(&window);
state
.common
.shell