forked from Public/monero-gui
Merge pull request #1708
7dea3a2 wizard: optionally hide restore 'From QR Code' btn (xiphon)
This commit is contained in:
@@ -207,7 +207,7 @@ ColumnLayout {
|
||||
StandardButton {
|
||||
id: qrfinderButton
|
||||
text: qsTr("From QR Code") + translationManager.emptyString
|
||||
visible : true //appWindow.qrScannerEnabled
|
||||
visible : appWindow.qrScannerEnabled
|
||||
enabled : visible
|
||||
onClicked: {
|
||||
cameraUi.state = "Capture"
|
||||
|
||||
Reference in New Issue
Block a user