Skip to content

Commit

Permalink
Transfer: allow to import key images using trusted remote node
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphon committed Feb 6, 2020
1 parent eb7fae9 commit a20422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Transfer.qml
Expand Up @@ -551,7 +551,7 @@ Rectangle {
id: importKeyImagesButton
text: qsTr("Import key images") + translationManager.emptyString
small: true
enabled: appWindow.viewOnly && !persistentSettings.useRemoteNode
enabled: appWindow.viewOnly && appWindow.isTrustedDaemon()
onClicked: {
console.log("Transfer: import key images clicked")
importKeyImagesDialog.open();
Expand Down

0 comments on commit a20422d

Please sign in to comment.