1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-07-04 11:12:28 +00:00

Fix main page not reloading on imports

This commit is contained in:
2025-02-04 17:27:01 +01:00
parent bcc6d7c316
commit c106bbec19
6 changed files with 9 additions and 8 deletions

View File

@ -77,8 +77,8 @@ Page {
SuccessDialog {
textSuccess: i18n.tr("Password store sucessfully imported !")
onDialogClosed: {
pageStack.pop();
pageStack.pop();
pageStack.clear();
pageStack.push(Qt.resolvedUrl("../../PasswordList.qml"));
}
}