feat: new connection flow

This commit is contained in:
2023-07-23 17:44:26 +02:00
parent 998a400395
commit 4cc3343984
9 changed files with 221 additions and 96 deletions

View File

@@ -51,7 +51,7 @@
} satisfies RegisterSWOptions)
}
if ($userPreferences.autoSync && (await canAutoConnect())) await initSerial()
if ($userPreferences.autoConnect && (await canAutoConnect())) await initSerial()
})
$: webManifestLink = pwaInfo ? pwaInfo.webManifest.linkTag : ""