1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-08-23 14:16:00 +00:00

Add delete password store feature

This commit is contained in:
2025-01-20 14:46:47 +01:00
parent 0eb8920856
commit ebfc6f500d
15 changed files with 329 additions and 65 deletions

View File

@@ -11,10 +11,10 @@ Page {
id: importGitClonePage
Component.onCompleted: {
Git.onCloneSucceed.connect(function() {
Git.cloneSucceed.connect(function() {
PopupUtils.open(dialogGitCloneSuccess);
});
Git.onCloneFailed.connect(function() {
Git.cloneFailed.connect(function() {
PopupUtils.open(dialogGitCloneError);
});
PopupUtils.open(importGitCloneValidation, importGitClonePage);