Merge pull request #4676 from gabrielbazan7/fix/hiddenBal
fix hidden balance feature on chrome
This commit is contained in:
commit
affafa2179
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
|
|
||||||
self.onHold = function() {
|
self.onHold = function() {
|
||||||
self.shouldHideBalance = !self.shouldHideBalance;
|
self.shouldHideBalance = !self.shouldHideBalance;
|
||||||
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance, function() {});
|
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance.toString(), function() {});
|
||||||
}
|
}
|
||||||
|
|
||||||
self.setWalletPreferencesTitle = function() {
|
self.setWalletPreferencesTitle = function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue