mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
unwrap -> ok to avoid unintended crash
This commit is contained in:
@@ -605,7 +605,6 @@ pub fn toggle_blank_screen(_v: bool) {
|
||||
}
|
||||
|
||||
pub fn block_input(_v: bool) -> bool {
|
||||
//
|
||||
true
|
||||
}
|
||||
|
||||
|
||||
@@ -403,7 +403,6 @@ pub fn toggle_blank_screen(_v: bool) {
|
||||
}
|
||||
|
||||
pub fn block_input(_v: bool) -> bool {
|
||||
//
|
||||
true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user