forked from Public/monero-gui
Merge pull request #3487
b2fbe51 StandardButton: fix warning with fallbackicon (selsta)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user