fix isedit missing from import form
This commit is contained in:
parent
7f2f3b599d
commit
ab1a03c3b2
|
@ -13,7 +13,6 @@ ModalPopup {
|
||||||
height: 300
|
height: 300
|
||||||
|
|
||||||
onOpened: {
|
onOpened: {
|
||||||
keyInput.text = isEdit ? community.name : "";
|
|
||||||
keyInput.forceActiveFocus(Qt.MouseFocusReason)
|
keyInput.forceActiveFocus(Qt.MouseFocusReason)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +34,7 @@ ModalPopup {
|
||||||
label: qsTr("Community key")
|
label: qsTr("Community key")
|
||||||
placeholderText: qsTr("0x...")
|
placeholderText: qsTr("0x...")
|
||||||
validationError: popup.keyValidationError
|
validationError: popup.keyValidationError
|
||||||
|
pasteFromClipboard: true
|
||||||
}
|
}
|
||||||
|
|
||||||
footer: StatusButton {
|
footer: StatusButton {
|
||||||
|
|
Loading…
Reference in New Issue