mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
call capture_displays when no enable flutter_texture_render (#8146)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -732,7 +732,7 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
msg_out.set_misc(misc);
|
||||
self.send(Data::Message(msg_out));
|
||||
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
#[cfg(not(feature = "flutter_texture_render"))]
|
||||
{
|
||||
self.capture_displays(vec![], vec![], vec![display]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user