1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

Merge pull request #1708

7dea3a2 wizard: optionally hide restore 'From QR Code' btn (xiphon)
This commit is contained in:
luigi1111 2018-10-31 11:38:23 -05:00
commit 313e0865c6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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"