diff --git a/qml/pages/settings/InfoKeys.qml b/qml/pages/settings/InfoKeys.qml index 57aa657..e74881b 100644 --- a/qml/pages/settings/InfoKeys.qml +++ b/qml/pages/settings/InfoKeys.qml @@ -195,7 +195,7 @@ Page { SuccessDialog { textSuccess: i18n.tr("Key successfully deleted !") onDialogClosed: { - infoKeysListView.model = Pass.getAllGPGKeys(); + Pass.getAllGPGKeys(); } }