add message for unchangeable network

This commit is contained in:
Manuel Araoz 2014-07-08 13:23:43 -03:00
commit 4d70f0cf24
2 changed files with 10 additions and 2 deletions

View file

@ -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)',