move to notification settings

This commit is contained in:
Javier 2016-10-31 14:08:52 -03:00
commit 2dace50816
5 changed files with 159 additions and 42 deletions

View file

@ -85,6 +85,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
windows: {},
}
},
emailNotifications: {
enabled: false,
},
};
var configCache = null;