aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-14 02:06:32 +0300
committerlink2xt <link2xt@testrun.org>2021-03-14 02:06:32 +0300
commit6696f050ec7e05ca7d660d3271f405eab46f454a (patch)
tree24fe7ab41535d2643e65933fad3647a831154565
parent6d4f7413b44821bd3054dd0fcfea10449c5585e4 (diff)
downloadkdeltachat-6696f050ec7e05ca7d660d3271f405eab46f454a.tar.gz
kdeltachat-6696f050ec7e05ca7d660d3271f405eab46f454a.zip
Load images asynchronously
-rw-r--r--qml/Message.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index fd13c52..456bff1 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -40,6 +40,7 @@ RowLayout {
sourceSize.height: messageObject.message.height
fillMode: Image.PreserveAspectCrop
Layout.maximumWidth: messageObject.width
+ asynchronous: true
}
Label {
font.bold: true