Improvement - 270 - Change BCH display on home screen wallets to selected currency

This commit is contained in:
Jean-Baptiste Dominguez 2018-04-25 15:04:42 +09:00
commit 4fb9c57bdd
2 changed files with 3 additions and 1 deletions

View file

@ -116,6 +116,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
});
configService.whenAvailable(function(config) {
$scope.selectedPriceDisplay = config.wallet.settings.priceDisplay;
$scope.recentTransactionsEnabled = config.recentTransactions.enabled;
if ($scope.recentTransactionsEnabled) getNotifications();