mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
StandardButton: fix warning with fallbackicon
This commit is contained in:
parent
937cb98256
commit
b2fbe51659
@ -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 New Issue
Block a user