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:
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…
Reference in New Issue
Block a user