Add UI for entering key backup passphrase

This commit is contained in:
Tobias Fella
2023-07-29 23:18:49 +02:00
parent a0bfd34951
commit e07b876677
8 changed files with 188 additions and 0 deletions

View File

@@ -23,5 +23,11 @@ FormCard.FormCardPage {
onToggled: Config.threads = checked
}
FormCard.FormCheckDelegate {
text: i18nc("@option:check Enable the matrix 'secret backup' feature", "Secret Backup")
checked: Config.secretBackup
onToggled: Config.secretBackup = checked
}
}
}