move to notification settings
This commit is contained in:
parent
6ce01155d4
commit
2dace50816
5 changed files with 159 additions and 42 deletions
|
|
@ -85,6 +85,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
windows: {},
|
||||
}
|
||||
},
|
||||
|
||||
emailNotifications: {
|
||||
enabled: false,
|
||||
},
|
||||
};
|
||||
|
||||
var configCache = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue