mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -1398,7 +1398,7 @@ pub fn send_url_scheme(_url: String) {
|
||||
pub fn plugin_event(id: String, event: Vec<u8>) {
|
||||
#[cfg(feature = "plugin_framework")]
|
||||
{
|
||||
crate::plugin::handle_ui_event(&id, &event);
|
||||
allow_err!(crate::plugin::handle_ui_event(&id, &event));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user