Transfer: import key images always visible

Closes #2687
pull/2/head
rating89us 4 years ago committed by GitHub
parent 43f378b7d2
commit 023951fd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -529,8 +529,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();