diff --git a/src/gui/tray/MainWindow.qml b/src/gui/tray/MainWindow.qml index e8a67a0dee0b6..6859596f7658f 100644 --- a/src/gui/tray/MainWindow.qml +++ b/src/gui/tray/MainWindow.qml @@ -630,6 +630,18 @@ ApplicationWindow { anchors.margins: Style.trayHorizontalMargin } + UnifiedSearchPlaceholderView { + id: unifiedSearchPlaceholderView + + anchors.top: bottomUnifiedSearchInputSeparator.bottom + anchors.left: trayWindowMainItem.left + anchors.right: trayWindowMainItem.right + anchors.bottom: trayWindowMainItem.bottom + anchors.topMargin: Style.trayHorizontalMargin + + visible: trayWindowUnifiedSearchInputContainer.activateSearchFocus && !UserModel.currentUser.unifiedSearchResultsListModel.searchTerm + } + UnifiedSearchResultNothingFound { id: unifiedSearchResultNothingFound