Show some previews in upload window
This commit is contained in:
parent
830f4d4942
commit
dbd2bebe6c
9 changed files with 104 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ Item {
|
|||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: thumbnailUrl.replace("mxc://", "image://MxcImage/") + "?scale"
|
||||
source: thumbnailUrl ? thumbnailUrl.replace("mxc://", "image://MxcImage/") + "?scale" : ""
|
||||
asynchronous: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue