mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-28 07:31:01 +03:00
Privacy mode, msgbox, add details
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -572,8 +572,8 @@ pub fn toggle_blank_screen(_v: bool) {
|
||||
// https://unix.stackexchange.com/questions/17115/disable-keyboard-mouse-temporarily
|
||||
}
|
||||
|
||||
pub fn block_input(_v: bool) -> bool {
|
||||
true
|
||||
pub fn block_input(_v: bool) -> (bool, String) {
|
||||
(true, "".to_owned())
|
||||
}
|
||||
|
||||
pub fn is_installed() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user