fix cpu burning issue
This commit is contained in:
parent
c4491b0248
commit
db6f46f165
1 changed files with 1 additions and 1 deletions
|
|
@ -1312,7 +1312,7 @@ impl Remote {
|
|||
|
||||
// just build for now
|
||||
#[cfg(not(windows))]
|
||||
let (_, mut rx_clip_client) = mpsc::unbounded_channel::<i32>();
|
||||
let (_tx_holder, mut rx_clip_client) = mpsc::unbounded_channel::<i32>();
|
||||
#[cfg(windows)]
|
||||
let mut rx_clip_client = get_rx_clip_client().lock().await;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue