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
|
id: importKeyImagesButton
|
||||||
text: qsTr("Import key images") + translationManager.emptyString
|
text: qsTr("Import key images") + translationManager.emptyString
|
||||||
small: true
|
small: true
|
||||||
visible: appWindow.viewOnly && !persistentSettings.useRemoteNode
|
enabled: appWindow.viewOnly && !persistentSettings.useRemoteNode
|
||||||
enabled: pageRoot.enabled
|
|
||||||
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