Skip to content

Commit d288fa8

Browse files
debug
1 parent 8d349a1 commit d288fa8

File tree

1 file changed

+1
-0
lines changed
  • apps/desktop/src-tauri/src

1 file changed

+1
-0
lines changed

apps/desktop/src-tauri/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ async fn set_camera_input(
367367
if let Some(cancel) = app.camera_feed_initialization.take() {
368368
cancel.send(()).await.ok();
369369
}
370+
pritnln!("USER FEED DESELECT SHUTDOWN");
370371
app.camera_feed.take();
371372

372373
// TODO: Should be implied by `camera_feed.take()`

0 commit comments

Comments
 (0)