mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
pendingTransportEvent implementation
This commit is contained in:
parent
fc9563a04e
commit
3d44fb1e4f
@ -118,7 +118,8 @@ export const init = (): AsyncAction => {
|
||||
connectSrc: 'https://sisyfos.trezor.io/',
|
||||
debug: false,
|
||||
popup: false,
|
||||
webusb: true
|
||||
webusb: true,
|
||||
pendingTransportEvent: (getState().devices.length < 1)
|
||||
});
|
||||
} catch (error) {
|
||||
// dispatch({
|
||||
|
Loading…
Reference in New Issue
Block a user