mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix wrong feature to call update_supported_encoding (#8067)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
68fa688c96
commit
3a4390e0c7
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ impl Connection {
|
|||
}
|
||||
}
|
||||
conn.file_remove_log_control.on_timer().drain(..).map(|x| conn.send_to_cm(x)).count();
|
||||
#[cfg(feature = "vram")]
|
||||
#[cfg(feature = "hwcodec")]
|
||||
conn.update_supported_encoding();
|
||||
}
|
||||
_ = test_delay_timer.tick() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue