debug msgbox in sciter ui

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-10-17 09:41:02 +08:00
parent 77de0d05f9
commit 9385e95b4e
7 changed files with 57 additions and 48 deletions

View File

@@ -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();