mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +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
|
||||
height: button.small ? 16 : 20
|
||||
source: {
|
||||
if (fontAwesomeIcon) return "";
|
||||
if(button.rightIconInactive !== "" && !button.enabled) {
|
||||
return button.rightIconInactive;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue