fix build

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-19 17:26:36 +08:00
parent f7e2938e6b
commit 5c42b4a1e8
7 changed files with 25 additions and 21 deletions

View File

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