QR code is hidden by default

This commit is contained in:
Ian Coleman
2016-12-15 11:41:45 +11:00
parent 97811c294c
commit 8a93952c1e
2 changed files with 4 additions and 4 deletions

View File

@@ -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;