We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d349a1 commit d288fa8Copy full SHA for d288fa8
apps/desktop/src-tauri/src/lib.rs
@@ -367,6 +367,7 @@ async fn set_camera_input(
367
if let Some(cancel) = app.camera_feed_initialization.take() {
368
cancel.send(()).await.ok();
369
}
370
+ pritnln!("USER FEED DESELECT SHUTDOWN");
371
app.camera_feed.take();
372
373
// TODO: Should be implied by `camera_feed.take()`
0 commit comments