Merge pull request #2711

023951f Transfer: import key images always visible (rating89us)
This commit is contained in:
luigi1111
2020-02-05 21:39:34 -05:00

View File

@@ -551,8 +551,7 @@ Rectangle {
id: importKeyImagesButton
text: qsTr("Import key images") + translationManager.emptyString
small: true
visible: appWindow.viewOnly && !persistentSettings.useRemoteNode
enabled: pageRoot.enabled
enabled: appWindow.viewOnly && !persistentSettings.useRemoteNode
onClicked: {
console.log("Transfer: import key images clicked")
importKeyImagesDialog.open();