mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #3487
b2fbe51
StandardButton: fix warning with fallbackicon (selsta)
This commit is contained in:
commit
21cce4cfb4
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ Item {
|
||||||
width: button.small ? 16 : 20
|
width: button.small ? 16 : 20
|
||||||
height: button.small ? 16 : 20
|
height: button.small ? 16 : 20
|
||||||
source: {
|
source: {
|
||||||
|
if (fontAwesomeIcon) return "";
|
||||||
if(button.rightIconInactive !== "" && !button.enabled) {
|
if(button.rightIconInactive !== "" && !button.enabled) {
|
||||||
return button.rightIconInactive;
|
return button.rightIconInactive;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue