mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-07 16:43:42 +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
|
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 New Issue
Block a user