mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
parent
43f378b7d2
commit
023951fd84
1 changed files with 1 additions and 2 deletions
|
@ -529,8 +529,7 @@ Rectangle {
|
|||
id: importKeyImagesButton
|
||||
text: qsTr("Import key images") + translationManager.emptyString
|
||||
small: true
|
||||
visible: appWindow.viewOnly && !persistentSettings.useRemoteNode
|
||||
enabled: pageRoot.enabled
|
||||
enabled: appWindow.viewOnly && !persistentSettings.useRemoteNode
|
||||
onClicked: {
|
||||
console.log("Transfer: import key images clicked")
|
||||
importKeyImagesDialog.open();
|
||||
|
|
Loading…
Reference in a new issue