diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/Reactions.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index 5ab58beb..eff62fc1 100644 --- a/resources/qml/Reactions.qml +++ b/resources/qml/Reactions.qml @@ -77,6 +77,7 @@ Flow { source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : "" visible: modelData.key.startsWith("mxc://") width: textMetrics.height + mipmap: true } Rectangle { id: divider |