mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
debug msgbox in sciter ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -748,7 +748,7 @@ impl Connection {
|
||||
|
||||
match super::video_service::get_displays().await {
|
||||
Err(err) => {
|
||||
res.set_error(format!("Error: {}", err));
|
||||
res.set_error(format!("{}", err));
|
||||
}
|
||||
Ok((current, displays)) => {
|
||||
pi.displays = displays.into();
|
||||
|
||||
Reference in New Issue
Block a user