mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Merge pull request #3487
b2fbe51
StandardButton: fix warning with fallbackicon (selsta)
This commit is contained in:
commit
21cce4cfb4
@ -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 New Issue
Block a user