mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +00:00
feat: add web manifest to site meta
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
})
|
})
|
||||||
if (import.meta.env.TAURI_FAMILY === undefined) {
|
if (import.meta.env.TAURI_FAMILY === undefined) {
|
||||||
const {initPwa} = await import("./pwa-setup")
|
const {initPwa} = await import("./pwa-setup")
|
||||||
await initPwa()
|
webManifestLink = await initPwa()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (browser && $userPreferences.autoConnect && (await canAutoConnect())) {
|
if (browser && $userPreferences.autoConnect && (await canAutoConnect())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user