fix: suppress error from deep link registration in setup_plugins

This commit is contained in:
Tunglies 2025-11-15 12:34:06 +08:00
parent 2eb5b5802d
commit 40db928436
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8

View File

@ -86,7 +86,7 @@ mod app_init {
#[cfg(any(target_os = "linux", all(debug_assertions, windows)))]
{
logging!(info, Type::Setup, "注册深层链接...");
app.deep_link().register_all()?;
let _ = app.deep_link().register_all();
}
app.deep_link().on_open_url(|event| {