diff options
| author | xiphon <xiphon@protonmail.com> | 2020-02-04 23:32:44 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-02-06 15:14:38 +0000 |
| commit | a20422da74a344d198b9507017611214e3f129a5 (patch) | |
| tree | 3647bd31a216e387af59cc84488159b8b30e13a3 /pages | |
| parent | eb7fae92ef0ed01a1d17e56fac217c6450716ccc (diff) | |
| download | monzero-gui-a20422da74a344d198b9507017611214e3f129a5.tar.gz monzero-gui-a20422da74a344d198b9507017611214e3f129a5.tar.xz monzero-gui-a20422da74a344d198b9507017611214e3f129a5.zip | |
Transfer: allow to import key images using trusted remote node
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Transfer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index bc0a6df3..8bfcabc9 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -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(); |
