mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 17:32:41 +00:00
feat: auto-show connect dialog when auto-connect is disabled, resolves #14
This commit is contained in:
@@ -54,7 +54,9 @@
|
||||
await initPwa()
|
||||
}
|
||||
|
||||
if (browser && $userPreferences.autoConnect && (await canAutoConnect())) await initSerial()
|
||||
if (browser && $userPreferences.autoConnect && (await canAutoConnect())) {
|
||||
await initSerial()
|
||||
}
|
||||
})
|
||||
|
||||
let webManifestLink = ""
|
||||
|
||||
Reference in New Issue
Block a user