mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
wizard: optionally hide restore 'From QR Code' btn
This commit is contained in:
parent
3aa6da058a
commit
7dea3a2373
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue