Skip to content

Commit

Permalink
Merge pull request #4831 from nextcloud/bugfix/unified-search-placeho…
Browse files Browse the repository at this point in the history
…lder

Fix unified search item placeholder image source
  • Loading branch information
Camila authored Aug 10, 2022
2 parents cce7ed7 + 37bd55b commit 55fda4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/UnifiedSearchResultItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55fda4e

Please sign in to comment.