Handle toplevel info updates

This commit is contained in:
Ian Douglas Scott 2023-02-10 13:41:08 -08:00
parent b5931cd240
commit 4ca7c9fb56
4 changed files with 17 additions and 3 deletions

View file

@ -93,6 +93,8 @@ impl ScreencopyHandler for AppData {
) {
// TODO
println!("Failed");
let capture = Capture::for_session(session).unwrap();
capture.cancel();
session.destroy();
}
}