mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Transfer: allow to import key images using trusted remote node
This commit is contained in:
parent
eb7fae92ef
commit
a20422da74
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue