1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-09 03:06:58 +00:00

Fix UI GPG keys reload on delete

This commit is contained in:
2026-01-05 18:45:30 +01:00
parent 39be29f2f2
commit 1fdc08eddf

View File

@@ -195,7 +195,7 @@ Page {
SuccessDialog { SuccessDialog {
textSuccess: i18n.tr("Key successfully deleted !") textSuccess: i18n.tr("Key successfully deleted !")
onDialogClosed: { onDialogClosed: {
infoKeysListView.model = Pass.getAllGPGKeys(); Pass.getAllGPGKeys();
} }
} }