mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-20 01:12:17 +00:00
QR code is hidden by default
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
var showAddress = true;
|
||||
var showPubKey = true;
|
||||
var showPrivKey = true;
|
||||
var showQr = true;
|
||||
var showQr = false;
|
||||
|
||||
var entropyChangeTimeoutEvent = null;
|
||||
var phraseChangeTimeoutEvent = null;
|
||||
|
||||
Reference in New Issue
Block a user