mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: suppress error from deep link registration in setup_plugins
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user