mirror of
https://github.com/QRouland/UTPass.git
synced 2025-08-23 14:16:00 +00:00
Fix delete gpg key
This commit is contained in:
@@ -18,7 +18,7 @@ Page {
|
||||
PopupUtils.open(dialogGitCloneError);
|
||||
});
|
||||
PopupUtils.open(importGitCloneValidation, importGitClonePage);
|
||||
importGitCloneForm.source = Qt.resolvedUrl("GitCloneHttp.qml")
|
||||
importGitCloneForm.source = Qt.resolvedUrl("GitCloneHttp.qml");
|
||||
}
|
||||
|
||||
Column {
|
||||
@@ -44,6 +44,7 @@ Page {
|
||||
|
||||
width: parent.width
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Component {
|
||||
|
Reference in New Issue
Block a user