Skip to content

Commit

Permalink
Merge pull request #591 from JakeStanger/fix/launcher-reload
Browse files Browse the repository at this point in the history
fix(launcher): ghost windows in reload
  • Loading branch information
JakeStanger authored May 15, 2024
2 parents 407d586 + 4a37429 commit c641b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clients/wayland/wlr_foreign_toplevel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ impl ToplevelHandleHandler for Environment {
match handle.info() {
Some(info) => {
trace!("Updating handle: {info:?}");
self.handles.push(handle.clone());
if let Some(info) = handle.info() {
try_send!(self.event_tx, Event::Toplevel(ToplevelEvent::Update(info)));
}
Expand Down

0 comments on commit c641b36

Please sign in to comment.