mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-26 01:23:44 +01:00
parent
43f378b7d2
commit
023951fd84
@ -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 New Issue
Block a user