Normalize items preferences
This commit is contained in:
parent
07d7ef23ef
commit
6bc256d481
5 changed files with 58 additions and 81 deletions
|
|
@ -7,6 +7,9 @@ angular.module('copayApp.controllers').controller('preferencesDeleteWordsControl
|
|||
var msg = gettext('Are you sure you want to delete the backup words?');
|
||||
var successMsg = gettext('Backup words deleted');
|
||||
|
||||
if (fc.credentials && !fc.credentials.mnemonicEncrypted && !fc.credentials.mnemonic)
|
||||
self.deleted = true;
|
||||
|
||||
self.delete = function() {
|
||||
confirmDialog.show(msg,
|
||||
function(ok) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue