This commit is contained in:
Gabriel Bazán 2015-12-14 16:13:53 -03:00
commit 43b63564c6
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@
</a>
</section>
<section class="right-small" ng-show="showPreferences">
<section class="right-small" ng-show="showPreferences && !index.noFocusedWallet">
<a class="p10" ng-click="topbar.goPreferences()">
<i class="fi-widget size-24"></i>
</a>

View file

@ -1,7 +1,6 @@
<div class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-show="!index.noFocusedWallet"
ng-init="showPreferences = true">
</div>