chore: update

This commit is contained in:
huzibaca 2024-09-16 06:17:22 +08:00
parent 934674a8d7
commit b6fc6a751a

View File

@ -47,7 +47,6 @@ pub fn run() {
app.deep_link().register_all()?;
}
#[cfg(target_os = "macos")]
app.listen("deep-link://new-url", |event| {
tauri::async_runtime::spawn(async move {
let payload = event.payload();