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

Save last git clone settings (urls,types)

This commit is contained in:
2025-02-07 13:38:09 +01:00
parent 2409f33f59
commit 6fe50d2c90
11 changed files with 187 additions and 141 deletions

View File

@@ -7,8 +7,6 @@ import QtQuick 2.4
Page {
id: settingsPage
property string gpgKeyId: ""
Flow {
anchors.top: settingsHeader.bottom
anchors.bottom: parent.bottom
@@ -44,7 +42,7 @@ Page {
}
PageStackLink {
page: Qt.resolvedUrl("git/ImportGitClone.qml")
page: Qt.resolvedUrl("ImportGitClone.qml")
text: i18n.tr('Import a Password Store using Git')
}