dialog error to richtext with link support
This commit is contained in:
rustdesk
2024-07-30 14:41:36 +08:00
parent 8ced4ddaa2
commit cba8aaa410
2 changed files with 45 additions and 3 deletions

View File

@@ -593,7 +593,7 @@ pub fn request_remote_desktop() -> Result<
}
}
Err(Box::new(DBusError(
"Failed to obtain screen capture.".into(),
"Failed to obtain screen capture. You may need to upgrade the PipeWire library for better compatibility. Please check https://github.com/rustdesk/rustdesk/issues/8600#issuecomment-2254720954 for more details.".into()
)))
}