diff options
pending-tx pass the identicon pref on
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/account-panel.js | 1 | ||||
-rw-r--r-- | ui/app/components/pending-tx.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/account-panel.js b/ui/app/components/account-panel.js index b24d58ace..b98a8cb45 100644 --- a/ui/app/components/account-panel.js +++ b/ui/app/components/account-panel.js @@ -46,6 +46,7 @@ AccountPanel.prototype.render = function () { h('.identicon-wrapper.flex-column.select-none', [ h(Identicon, { address: panelState.identiconKey, + imageify: !state.inlineIdenticons, }), h('span.font-small', panelState.identiconLabel), ]), diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index e63eba700..484046827 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -45,6 +45,7 @@ PendingTx.prototype.renderGeneric = function (h, state) { showFullAddress: true, identity: identity, account: account, + inlineIdenticons: state.inlineIdenticons, }), // tx data |