mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
StandardButton: fix warning with fallbackicon
This commit is contained in:
parent
937cb98256
commit
b2fbe51659
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ Item {
|
|||
width: button.small ? 16 : 20
|
||||
height: button.small ? 16 : 20
|
||||
source: {
|
||||
if (fontAwesomeIcon) return "";
|
||||
if(button.rightIconInactive !== "" && !button.enabled) {
|
||||
return button.rightIconInactive;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue