diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 58062533..fca4a50c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -52,7 +52,7 @@ }) if (import.meta.env.TAURI_FAMILY === undefined) { const {initPwa} = await import("./pwa-setup") - await initPwa() + webManifestLink = await initPwa() } if (browser && $userPreferences.autoConnect && (await canAutoConnect())) {