diff --git a/components/StandardButton.qml b/components/StandardButton.qml index d77e611f..b52b3a00 100644 --- a/components/StandardButton.qml +++ b/components/StandardButton.qml @@ -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; }