added private key export without password to client config
This commit is contained in:
parent
f3aef67be6
commit
5e099f522e
10 changed files with 76 additions and 56 deletions
|
@ -235,7 +235,7 @@ Window {
|
|||
popupWarning.open()
|
||||
}
|
||||
function onShowPassphraseRequestMessage() {
|
||||
popupWithInputField.open()
|
||||
popupWithTextField.open()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -358,8 +358,8 @@ Window {
|
|||
PopupWarning {
|
||||
id: popupWarning
|
||||
}
|
||||
PopupWithInputField {
|
||||
id: popupWithInputField
|
||||
PopupWithTextField {
|
||||
id: popupWithTextField
|
||||
placeholderText: "Enter private key passphrase"
|
||||
yesFunc: function() {
|
||||
editingFinished()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue