mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
Merge pull request #1708
7dea3a2
wizard: optionally hide restore 'From QR Code' btn (xiphon)
This commit is contained in:
commit
313e0865c6
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ ColumnLayout {
|
||||||
StandardButton {
|
StandardButton {
|
||||||
id: qrfinderButton
|
id: qrfinderButton
|
||||||
text: qsTr("From QR Code") + translationManager.emptyString
|
text: qsTr("From QR Code") + translationManager.emptyString
|
||||||
visible : true //appWindow.qrScannerEnabled
|
visible : appWindow.qrScannerEnabled
|
||||||
enabled : visible
|
enabled : visible
|
||||||
onClicked: {
|
onClicked: {
|
||||||
cameraUi.state = "Capture"
|
cameraUi.state = "Capture"
|
||||||
|
|
Loading…
Reference in a new issue