diff --git a/src/ui/remote.rs b/src/ui/remote.rs index 0f72ae62f..0d2514b32 100644 --- a/src/ui/remote.rs +++ b/src/ui/remote.rs @@ -1312,7 +1312,7 @@ impl Remote { // just build for now #[cfg(not(windows))] - let (_, mut rx_clip_client) = mpsc::unbounded_channel::(); + let (_tx_holder, mut rx_clip_client) = mpsc::unbounded_channel::(); #[cfg(windows)] let mut rx_clip_client = get_rx_clip_client().lock().await;