Merge pull request #5425 from JDonadio/ref/disable-hw

Disable hw from mobile
This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-09 12:11:48 -03:00 committed by GitHub
commit a301b5ad6f
2 changed files with 10 additions and 7 deletions

View file

@ -16,7 +16,7 @@
<span translate>File/Text</span>
</div>
<div class="col" ng-click="hardware = true; phrase = file = false; showAdv = false" ng-style="hardware &&
{'border-bottom-style': 'solid'}" ng-show="showHardwareWallet">
{'border-bottom-style': 'solid'}" ng-show="isCopay && (isChromeApp || isDevel)">
<span translate>Hardware wallet</span>
</div>
</div>