pull/504/head
FabianLars 2 years ago
parent a8e748e496
commit a379e6a1e6
No known key found for this signature in database
GPG Key ID: 838F329885A9C43D

@ -9,9 +9,7 @@ declare global {
} }
export async function getLastLink(): Promise<string[] | null> { export async function getLastLink(): Promise<string[] | null> {
return await window.__TAURI_INVOKE__( return await window.__TAURI_INVOKE__("plugin:deep-link|get_last_link");
"plugin:deep-link|get_last_link"
);
} }
// TODO: REGISTER EVENT LISTENER // TODO: REGISTER EVENT LISTENER

Loading…
Cancel
Save