StudioWelcome: Use preview thumbnail

Change-Id: Ifd7ebc6f83ceecf7241379e4ce44d022b4a7310e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-01-05 16:57:41 +01:00
parent 3cf01fbf07
commit d985c538ba

View File

@@ -37,7 +37,7 @@ GridView {
delegate: HoverOverDesaturate {
id: hoverOverDesaturate
imageSource: typeof(thumbnail) === "undefined" ? "images/thumbnail_test.png" : thumbnail;
imageSource: typeof(thumbnail) === "undefined" ? previewUrl : thumbnail
labelText: displayName
downloadIcon: typeof(showDownload) === "undefined" ? false : showDownload;
onClicked: root.itemSelected(index, root.model.get(index))