change copay app name and remove slider to accept for wp
This commit is contained in:
parent
03f8b473d3
commit
52bf9c139d
7 changed files with 13 additions and 11 deletions
|
|
@ -76,7 +76,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
|
|||
wallet = profileService.getWallet(data.stateParams.walletId);
|
||||
walletId = wallet.credentials.walletId;
|
||||
$scope.wallet = wallet;
|
||||
$scope.isWindowsPhoneApp = platformInfo.isWP && platformInfo.isCordova;
|
||||
$scope.isWindowsPhoneApp = platformInfo.isCordova && platformInfo.isWP;
|
||||
$scope.externalSource = null;
|
||||
|
||||
if (!wallet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue