Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10246 from bsclifton/hide-metamask-enpass
Browse files Browse the repository at this point in the history
Hide enpass & metamask
  • Loading branch information
cezaraugusto committed Aug 3, 2017
1 parent 6528353 commit 6a7f8c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions app/renderer/lib/extensionsUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ const dummyData = [
name: 'dashlane',
description: 'dashlaneDesc',
icon: 'img/extensions/dashlane-128.png'
}, {
id: enpass,
name: 'enpass',
description: 'enpassDesc',
icon: 'img/extensions/enpass-128.png'
// }, {
// id: enpass,
// name: 'enpass',
// description: 'enpassDesc',
// icon: 'img/extensions/enpass-128.png'
}, {
id: lastpass,
name: 'lastpass',
Expand Down Expand Up @@ -72,13 +72,13 @@ const dummyData = [
name: 'Pinterest Save',
description: 'pinterestDesc',
icon: 'img/extensions/pinterest-128.png'
},
{
id: metamask,
name: 'MetaMask',
description: 'metamaskDesc',
icon: 'img/extensions/metamask-128.png'
}
// {
// id: metamask,
// name: 'MetaMask',
// description: 'metamaskDesc',
// icon: 'img/extensions/metamask-128.png'
// }
// { id: 'vimium' // TBD }
]

Expand Down
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class SecurityTab extends ImmutableComponent {
<option data-l10n-id='dashlane' value={passwordManagers.DASHLANE} />
<option data-l10n-id='lastPass' value={passwordManagers.LAST_PASS} />
<option data-l10n-id='bitwarden' value={passwordManagers.BITWARDEN} />
<option data-l10n-id='enpass' value={passwordManagers.ENPASS} />
{ /* <option data-l10n-id='enpass' value={passwordManagers.ENPASS} /> */ }
<option data-l10n-id='doNotManageMyPasswords' value={passwordManagers.UNMANAGED} />
</SettingDropdown>
</SettingItem>
Expand Down

0 comments on commit 6a7f8c0

Please sign in to comment.