1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Initial git clone feature

This commit is contained in:
2025-01-10 13:48:38 +01:00
parent d33932be6d
commit 5e5a092da1
22 changed files with 334 additions and 91 deletions

View File

@@ -67,6 +67,6 @@ Page {
}
Component.onCompleted: {
passwordStorePath = "file:" + Pass.getPasswordStore()
passwordStorePath = "file:" + Pass.password_store
}
}