mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08: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
@ -695,7 +695,7 @@ impl Connection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
conn.file_remove_log_control.on_timer().drain(..).map(|x| conn.send_to_cm(x)).count();
|
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();
|
conn.update_supported_encoding();
|
||||||
}
|
}
|
||||||
_ = test_delay_timer.tick() => {
|
_ = test_delay_timer.tick() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user