mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -1347,6 +1347,9 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
Ok(Permission::Recording) => {
|
||||
self.handler.set_permission("recording", p.enabled);
|
||||
}
|
||||
Ok(Permission::BlockInput) => {
|
||||
self.handler.set_permission("block_input", p.enabled);
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user