diff options
| -rw-r--r-- | components/StandardButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/StandardButton.qml b/components/StandardButton.qml index d26d9aa8..4eadd2d8 100644 --- a/components/StandardButton.qml +++ b/components/StandardButton.qml @@ -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; } |
