WebHid selection (#477)

This commit is contained in:
Jaco
2021-06-03 08:02:42 +03:00
committed by GitHub
parent d3e5ba557d
commit dd21ee2eb4
12 changed files with 137 additions and 112 deletions
+6 -1
View File
@@ -19,7 +19,12 @@ export const LEDGER_CONN: Option[] = [
// },
{
info: 'webusb',
text: 'Attach Ledger via WebUSB',
text: 'Attach Ledger via WebUSB (Chrome, recommended)',
value: 'webusb'
},
{
info: 'hid',
text: 'Attach Ledger via WebHID (Chrome)',
value: 'hid'
}
];