mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 15:21:29 +03:00
@@ -207,7 +207,7 @@ pub extern "system" fn privacy_mode_hook_keyboard(
|
||||
// Ctrl + P is pressed, turn off privacy mode
|
||||
if let Some(Err(e)) = super::turn_off_privacy(
|
||||
super::INVALID_PRIVACY_MODE_CONN_ID,
|
||||
Some(crate::ipc::PrivacyModeState::OffByPeer),
|
||||
Some(super::PrivacyModeState::OffByPeer),
|
||||
) {
|
||||
log::error!("Failed to off_privacy {}", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user