mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Transfer: fix QR code scanner inline button icon
This commit is contained in:
parent
426dc3fa47
commit
380c5b5588
1 changed files with 2 additions and 1 deletions
|
@ -291,7 +291,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.InlineButton {
|
MoneroComponents.InlineButton {
|
||||||
fontFamily: FontAwesome.fontFamily
|
fontFamily: FontAwesome.fontFamilySolid
|
||||||
|
fontStyleName: "Solid"
|
||||||
text: FontAwesome.qrcode
|
text: FontAwesome.qrcode
|
||||||
visible: appWindow.qrScannerEnabled
|
visible: appWindow.qrScannerEnabled
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in a new issue