Transfer: import key images always visible

Closes #2687
This commit is contained in:
rating89us 2020-01-08 23:08:17 -03:00 committed by GitHub
parent 43f378b7d2
commit 023951fd84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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