mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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 {
|
||||
fontFamily: FontAwesome.fontFamily
|
||||
fontFamily: FontAwesome.fontFamilySolid
|
||||
fontStyleName: "Solid"
|
||||
text: FontAwesome.qrcode
|
||||
visible: appWindow.qrScannerEnabled
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue