mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #2764
a20422d
Transfer: allow to import key images using trusted remote node (xiphon)
This commit is contained in:
commit
4c0996888a
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ Rectangle {
|
||||||
id: importKeyImagesButton
|
id: importKeyImagesButton
|
||||||
text: qsTr("Import key images") + translationManager.emptyString
|
text: qsTr("Import key images") + translationManager.emptyString
|
||||||
small: true
|
small: true
|
||||||
enabled: appWindow.viewOnly && !persistentSettings.useRemoteNode
|
enabled: appWindow.viewOnly && appWindow.isTrustedDaemon()
|
||||||
onClicked: {
|
onClicked: {
|
||||||
console.log("Transfer: import key images clicked")
|
console.log("Transfer: import key images clicked")
|
||||||
importKeyImagesDialog.open();
|
importKeyImagesDialog.open();
|
||||||
|
|
Loading…
Reference in a new issue