chore: rename localclient interceptor to native

This commit is contained in:
Andrew Bastin
2023-10-11 13:41:10 +05:30
parent 4587cee189
commit 20ba4bed5d
7 changed files with 23 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ fn main() {
tauri_plugin_deep_link::register(
"hoppscotch",
move |request| {
println!("{:?}", request);
println!("{:?}", request);
handle.emit_all("scheme-request-received", request).unwrap();
},
).unwrap();