pendingTransportEvent implementation

pull/2/merge
Szymon Lesisz 6 years ago
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…
Cancel
Save