Improvement - 270 - Change BCH display on home screen wallets to selected currency
This commit is contained in:
parent
7ad047a9e1
commit
4fb9c57bdd
2 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue