mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #2711
023951f
Transfer: import key images always visible (rating89us)
This commit is contained in:
commit
0adafaaa91
1 changed files with 1 additions and 2 deletions
|
@ -551,8 +551,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