1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-08 10:46: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 {
textSuccess: i18n.tr("Key successfully deleted !")
onDialogClosed: {
infoKeysListView.model = Pass.getAllGPGKeys();
Pass.getAllGPGKeys();
}
}