Remove automatic partial backup
This commit is contained in:
parent
d1d36ef245
commit
abdb876a4b
4 changed files with 7 additions and 4 deletions
|
|
@ -93,6 +93,11 @@ angular.module('copayApp.controllers').controller('HeaderController',
|
|||
backupService.download(w);
|
||||
};
|
||||
|
||||
$scope.dowloadBackup = function() {
|
||||
var w = $rootScope.wallet;
|
||||
backupService.download(w);
|
||||
}
|
||||
|
||||
$scope.getVideoURL = function(copayer) {
|
||||
if (config.disableVideo) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue