Merge pull request #4831 from nextcloud/bugfix/unified-search-placeholder

Fix unified search item placeholder image source
This commit is contained in:
Camila 2022-08-10 14:00:52 +02:00 committed by GitHub
commit 55fda4e275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ RowLayout {
Layout.leftMargin: iconLeftMargin
verticalAlignment: Qt.AlignCenter
cache: true
source: iconPlaceholder
source: "image://tray-image-provider/" + iconPlaceholder
visible: false
sourceSize.height: unifiedSearchResultItemDetails.iconWidth
sourceSize.width: unifiedSearchResultItemDetails.iconWidth