Improve ssss result reporting

This commit is contained in:
Tobias Fella
2025-01-11 18:53:09 +01:00
parent b3d845ea32
commit a67ce75924

View File

@@ -35,7 +35,9 @@ FormCard.FormCardPage {
connection: Controller.activeConnection
onKeyBackupUnlocked: {
ssssHandler.processing = false
root.closeDialog()
banner.text = i18nc("@info:status", "Encryption keys restored.")
banner.type = Kirigami.MessageType.Positive
banner.visible = true
}
onError: error => {
if (error !== SSSSHandler.WrongKeyError) {