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:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user