disable "popup: true" in connect settings

pull/3/head^2
Szymon Lesisz 6 years ago
parent 83523cf677
commit e7c76ab953

@ -122,7 +122,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
await TrezorConnect.init({
transportReconnect: true,
debug: true,
popup: true,
popup: false,
webusb: true,
pendingTransportEvent: (getState().devices.length < 1),
});

Loading…
Cancel
Save