1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-30 19:00:53 +00:00

disable "popup: true" in connect settings

This commit is contained in:
Szymon Lesisz 2018-08-20 10:00:08 +02:00
parent 83523cf677
commit e7c76ab953

View File

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