add message for unchangeable network
This commit is contained in:
parent
1bf20dfe1f
commit
4d70f0cf24
2 changed files with 10 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ angular.module('copayApp.controllers').controller('SettingsController',
|
|||
$scope.networkPort = config.network.port;
|
||||
$scope.networkSecure = config.network.secure || false;
|
||||
$scope.disableVideo = typeof config.disableVideo === undefined ? true : config.disableVideo;
|
||||
$scope.forceNetwork = config.forceNetwork;
|
||||
|
||||
$scope.unitOpts = [{
|
||||
name: 'Satoshis (100,000,000 satoshis = 1BTC)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue