1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +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({
transportReconnect: true,
debug: true,
popup: true,
popup: false,
webusb: true,
pendingTransportEvent: (getState().devices.length < 1),
});