mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-23 10:22:41 +00:00
feat: new connection flow
This commit is contained in:
@@ -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 : ""
|
||||
|
||||
Reference in New Issue
Block a user