Handle toplevel info updates
This commit is contained in:
parent
b5931cd240
commit
4ca7c9fb56
4 changed files with 17 additions and 3 deletions
|
|
@ -93,6 +93,8 @@ impl ScreencopyHandler for AppData {
|
|||
) {
|
||||
// TODO
|
||||
println!("Failed");
|
||||
let capture = Capture::for_session(session).unwrap();
|
||||
capture.cancel();
|
||||
session.destroy();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue